|
-
Apr 9th, 2000, 03:36 AM
#1
Thread Starter
Hyperactive Member
Hello.
I have Six (6) forms that I have to have docked to each other. I will show you how:
[ 1 ]
[2][3][4]
[ 5 ][6]
(Form One is only a form with a MENU, and a TITLE bar.
The other forms just have controls on them.)
If you can under stand that.
I had to many controls on one form so i had to break it up.
Right now I am using a code like:
2.top = 1.top + 1.height
And so on to make them all stick together.
But the thing with this method of 'sticking' is when you click on one of the forms the Title bar on form 1 is no longer Active, it turns to the 'Inactive' color. And i have a timer making them all stick together, so when you move Form1 you see all the others move together and it just looks unproffesional.
Is there a way i can make all these forms stick/Dock together like in Visual basic, where the forms[IE TOOLBAR] and dock to the sides of the program and move around with the program. And where every you click the title bar is still active.
If you can find a better way than my way please share.
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|