Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MDIChild always maximized ???

Status
Not open for further replies.

ThomasMatelart

Programmer
Apr 17, 2001
14
BE
Hello, I created an application with a MDIForm and MDIChild forms.
One of the MDIChild Form is the result of a search : A flex is loaded in this form. When I click on a row, an other form is loaded (with details of the row).
Is it possible to keep the ResultForm always maximized also if a new one (DetailsForm) is loaded (normal state).

Thanks,

Thomas
 
I think that the state of the form with the focus controls the state of the other forms as well. However, you can send a state command to the form without focus from the form with the focus and then come back to your other form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top