Hi,
I have a Windows Form with a TreeView structure and when I click over a node of the tree I must show another form inside the first one. The new form has to be dinamic and change as change the node (I have a lot of form in the same number of the node). How can I procede?
Thanks