-
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-
-
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