Quote:
>How can I center a MDI Child form when the MDI Parent is resized???
>I know there has to be an easy way to do this!
Well, I have a standard procedure to centre MDI child forms, which takes
the name of the form as its parameter. I would guess that you could
stick some code in the Resize event procedure of the parent form that
will cycle through the Forms collection and call this procedure for each
one. You may need to check whether each form is an MDI child form first
- a simple If statement can do this.
I should say that I have not tried all of this myself, so I can't
guarantee that it works, but good luck!
John
--
John C. Kirk
"Prophecy is a poor guide to the future." (Delenn)