Add a form to a MDI child
In Form1 I'm enabling IsMdiContainer and I added a MenuStrip . In Form1_Load I "new" Form2 and I'm assiging Form2.MdiParent to this which is Form1 . I'm also maximizing Form2 and this operation works well. In Form2 I have a treeView on the left side of the form and on the right side of the form I would like to display a number of different forms with various editing capabilities which will be dependent upon the node or level selected in the treeView . I would like to create a number of different forms for editing data that would be displayed in Form2 depending on the selection from the