Is it possible in VB6 to let the user drag a small form to a fixed position on the MDI-form? (Like you can drag the Project Explorer and Properties Window in VB)
Printable View
Is it possible in VB6 to let the user drag a small form to a fixed position on the MDI-form? (Like you can drag the Project Explorer and Properties Window in VB)
This process is called Form Docking
There are loads or articles on this subject on the net, here is one you could look at:
http://www.freevbcode.com/ShowCode.Asp?ID=2248
Hope this helps