Force MDI Child form to Maximize with Parent

  • Thread starter Thread starter Chris Calhoun
  • Start date Start date
C

Chris Calhoun

So in other words when I maximize the parent form. I want to force any child
forms already opened to be maximized as well. Or when opening a new child
form while the parent is maximized I would like those child windows to be
maximized also.

Does anyone know how to accomplish this.

Thanks in advance!
 
My guess would be to trap maximize event, or size change event in the parent
frame and then update all children accordingly?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top