0
I tried:
TruckForm.MdiParent = Application.OpenForms["MainIndiv_Truck_ControlMDI"];
There's no error but grandchildren are still outside MainIndiv_Truck_ControlMDI
I know it's something simple. I'm still a little new to C#, I ain't got all the tools down yet.
N.
0
grandChildForm.MdiParent = Application.OpenForms["YourMDIParentFormName"];