Is there a tutorial
Brought to you by:
konne,
mr_circuit
Hello! I have VS open with my own project and the source for dockdotnet's sample project. I'm having a hard time figuring out how to get a form to dock. Is there a tutorial anywhere?
So, I've added the dockmanager control to my main form, created a new form to dock, and used myDockManager.DockWindow(mydockingform, DockStyle.Fill); but it doesn't dock. What do I do?