Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi there...
How can we move between forms of a windows application program using a Treeview control.Here i placed a treeview control on my form but I need to use this treeview to move between forms and all forms can be shown on ONE page.So I need my application to show every forms on one page by clicking on treeview nodes.(And if I can't show all forms on one page plz just guide me how to move between forms using a treeview)please guide me compeletely.
thanks
Posted
Updated 3-Oct-10 21:41pm
v6
Comments
aidin Tajadod 3-Oct-10 23:52pm    
What do you mean? what have you done? what is your problem?!
Toli Cuturicu 4-Oct-10 2:43am    
No effort done. OP wants complete guide.

1 solution

You can not show all the forms of your application in one page. If you want to do so use MDI forms this will allow the forms to be inside the MDI or take a panel make usercontrol forms instead of Forms and try to show it in the panel corresponding to the selected node of treeview or waht ever u need
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900