Is ther a way to do this with the DockPanel Control?
Right now I have the on the mdi parent load:
Me.IsMdiContainer = True
dockingManager1.AutoDetectMdiChildForms = True
and a button to open the customer database as:
FormName.MdiParent = Me
FormName.Show()
it creates a documentpanel and fills it in that but i want to open it in a left or right panel.