Help!
How do I dock forms together . like in VB.
BUT. i don't mean how most people think.. i need a way that when u click the SMALL docked form, the MAIN FORM's Title bar is still 'active'
Anyone know? thanks ALOT if you can do this
Printable View
Help!
How do I dock forms together . like in VB.
BUT. i don't mean how most people think.. i need a way that when u click the SMALL docked form, the MAIN FORM's Title bar is still 'active'
Anyone know? thanks ALOT if you can do this
They aren MDI Childs and therefore both the toolbox and the mainwindow has focus. When you drag it out from the form it turns into a normal toolbox by using setparent i guess