Serialcoder en Français Serialcoder in English
TEL : +33 (0)9 72 13 15 17

Windows Forms FAQ

34. Windows Forms MDI

34.1 How can I create an MDI application in the .NET framework with C#?
34.2 I have an MDI application with several child forms. The child form's Activated event is not being fired consistently as different child forms are activated. What's wrong?
34.3 In an MDI application, the MDI child's MaximumSize and MinimumSize properties don't seem to take effect. How can I restrict the size of my MDI child?
34.4 How do I check to see if a child form is already displayed so I don't have two instances showing?
34.5 I need to perform certain custom processing whenever an MDI child form is added to/removed from the MDIContainer form. How do I determine this?
34.6 How do I paint in my mdi container, a logo, for example?
34.7 How do I make my child Form fill the entire mdi client without being maximized?
34.8 How can I change the background of my MDI Client container?

 

Windows forms FAQ