I am using RadControls_WinForms_2009_1_414_dev
On my Main MDI form I have on Load:
Me.IsMdiContainer = True
dockingManager1.AutoDetectMdiChildForms = True
dockingManager1.AutoDetectMdiChildForms = True
On a button to open a form I have:
FormName.MdiParent = Me
FormName.Show()
which works great. But When I click on that button again, my form disapears! what gives? is this a feature or a bug?
Spend many hours trying to find a work around.
Spend many hours trying to find a work around.
Any help is appreicated.
Thanks