vb.net - Maximized MDI form behavior -


My program shows some browsers A browser user can open maximum MDI forms with some reports. When the user is closing the report, the first MDI form with the browser is maximized.

There is only one MDI parent in 2 forms, can I change this behavior to leave my first browser form after the second report closes?

When you maximize an MDI form, you must in MDI form as a parent Are maximizing. One way to handle this is to see that when you close the form of the report, the browser will be active, and if so, set the MDIFarent windstate to normalize when you close the report MDI child.


Comments