G
Guest
Hello,
In a MDI application, I want a child form which contains a treeview with a
associated form for each node.
If I create a child form, I only can put controls. So I can puta Treeview
control and a user control which represents the form for one node. So I have
the same count of user control than the count of nodes in the treeview.
But I will prefer to have forms, and not user control which play the role of
"Form".
How can I do ?
Thank for your help.
In a MDI application, I want a child form which contains a treeview with a
associated form for each node.
If I create a child form, I only can put controls. So I can puta Treeview
control and a user control which represents the form for one node. So I have
the same count of user control than the count of nodes in the treeview.
But I will prefer to have forms, and not user control which play the role of
"Form".
How can I do ?
Thank for your help.