Child window in MDI form

  • Thread starter Thread starter Bharathi kumar
  • Start date Start date
B

Bharathi kumar

Hi,
Iam working on VS.NET 2005.

My scenario is as follows:

I opened a window by clicking a menu item in the MDI form and then I
maximized that child window.

I have not yet closed this child window.

And now I opened another window in the same MDI form. This should be
displayed in its own size, But its displayed as a maximized window. I
can restore it to its normal size anyway, but when I clicked on the
menu item that time itself it should be displayed in its own size.

Pls help................................

Regards,
Barti Kumar
 
Barti,

I think that MDI child windows are either all maximized or all normal. I
don't think you can have a mix.

Kerry Moorman
 
Back
Top