|
-
Mar 19th, 2000, 05:10 PM
#1
Thread Starter
New Member
How do you stop child forms from moving slightly down and to the right when opening multiple children. Its very annoying and eventually the children half dissapear off the screen. It I set the left and top value of the forms both to zero before loading them they 'flicker' when loaded.
Please someone help its driving me MAD
-Jamie-
-
Mar 19th, 2000, 07:04 PM
#2
Lively Member
ok...first of all that is a feature of MDI's to make it more functional, but to "fix" it...just in the form_load of the MDI child put me.move 0,0
I just tested it using VB 6.0, and it works (make sure the MDI child is set up for start-up position Manual
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
|