I just went to:URL to "learn" how to make child forms dockable, but I didn't get how that code works. Does anyone know about easier way to dock the form without using any kind of ocx control??
THanks in advance
Printable View
I just went to:URL to "learn" how to make child forms dockable, but I didn't get how that code works. Does anyone know about easier way to dock the form without using any kind of ocx control??
THanks in advance
Hello Qwerty!
Can you go in more details. I think I know what you are talking about but not quite sure. Are you talking about positioning the child forms?
OK, in let's say Visual Basic you have few types of the forms I'm talking about. Take a look at the Project Properties window (in the top right corner by default) or at Immediate Window or even on the window when you have all your controls. Try to move them around and you should see what I mean. They "dock" if you come too close to an end of the MDIParent form. I need ot do the same thing. The url I gave with this post gives an idea on how to do it. I can make it work, but I don't really understand the process and I really want to be able to reconstruct it in the future without the help of Planet Source Code or something like that. Hope you know what I mean
Thanks for your time.