MDI_Parent
MDI_Child
Child_Form
Child_Form Child = new Child_Form(); Child.MdiParent = this; Child.Show();
child ch=new child(); ch.MdiParent = this; ch.Show();
Start position
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)