Treeview in windows form application
hi !!!
I am making a window application in which I want tree view in left panel .For each child nodes click I want the corresponding form should be displayed in right panel .
For each child node I have different - different functions and for each I have created different forms .how can I display these forms in right panel on clicking node of tree.
Can anyone give me code for this in C# for visual studio.