Hi, i have an application with multiple MDI child forms, the problem is that when i create a new Mdi child, if there is already an Mdi child Open the new one will inherit it's window state.
To create the Mdi child i'm using :
Mdichild.MdiParent = MainForm
Mdichild.Show()