I'm toggling between two child forms and but when I go to the second form, it moves down for some reason...if I load the second form first and click to the first...the first moves down.
Printable View
I'm toggling between two child forms and but when I go to the second form, it moves down for some reason...if I load the second form first and click to the first...the first moves down.
Are you showing/hiding the child forms? If so its because the forms are shown cascading. You need
to position the forms where you want if you want exact positioning.
I really can't see the problem using the posted images but is the StartUpPosition of the two form set to 3 - Windows Default? In that case change that.
Yes, I'm using the show/hide. Can I "turn off" cascading? I'm positioning the form on the form load of the main form.Quote:
Originally Posted by RobDog888
So, what do you mean position the forms where I want?
It's on manual.Quote:
Originally Posted by Joacim Andersson