MDI child form is resizing automatically----WHY?? 
Author Message
 MDI child form is resizing automatically----WHY??

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



Wed, 18 Jun 1902 08:00:00 GMT  
 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




Wed, 18 Jun 1902 08:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Q: Form activate Fires On Non Child MDI Forms But Only Once On Child Mdi Forms

2. Resizing control height on window restore (MDI child form)

3. MDI child forms resize question

4. MDI Child Form Auto-Resizing (??)

5. Keep MDI Child Forms from Resizing??

6. API Calls for Resizing MDI child Forms

7. Resize Child Windows in MDI Forms

8. Resizing MDI Child Forms

9. Why can't I use SetWindowLong to force a form to a MDI Child

10. Modifying object in MDI Parent form from MDI Child form

11. Make a reference to a MDI form with a reference of a MDI child form

12. MDI-Child form and positon on MDI-form

 

 
Powered by phpBB® Forum Software