
MDI child form is resizing automatically----WHY??
The problem is that you cannot have an MDI child form that is maximized and
another that is restored. They are either both restored or both maximized.
Try it in an MDI program. You have to make the second form maximized also to
keep the first form maximized.
Jason Bouzane
Quote:
> I have a form that is a MDI child form that is loaded maximized, on this
> form I have a button that loads another MDI child form, both children of
the
> same MDI. When this second form loads the first form shrinks down to
about
> half its size. How do I prevent this from happening?? Thanks in advance