0
you are using showdialog() to show the child form instead use only x.Show() if the child window you want as dialog window then only use showdialog(). for fit child window in mdi window set child window windowstate=maximized it will fit the window in mdi.
-1