maximize the MDI child
Tech-Archive recommends: Fix windows errors by optimizing your registry
how can I maximize the MDI child in the free MDI parent area not in the
whole window.. I mean in the (whole window area - menubar - tool bar) so i
want the MDi child to show its whole window and caption bar within the MDI
container.
.
Relevant Pages
- Re: Re-Enabled MDI Child Doesnt Remember Its Control.
... When you create the MDI child window and it creates a child dialog, focus is automatically given to the first control in the dialog. ... Modeal child dialogs will be created as needed, ... (microsoft.public.win32.programmer.ui) - Re: How to hide title bar of the MDI Child form?
... The title or caption bar is part of the form, ... I think what you are asking is if it is possible to have an MDI child ... Letting the window be created normally, ... (borland.public.delphi.nativeapi) - Re: Re-Enabled MDI Child Doesnt Remember Its Control.
... Sending WM_MDIACTIVATE to the client window with the handle ... MDI child is created, and it would be nice if WM_MDIACTIVATE ... Modeal child dialogs will be created as needed, ... control dialogs. ... (microsoft.public.win32.programmer.ui) - Re: parent window notified when mdi child closes?
... window and send it from the window procedure of the MDI child, ... notification to the parent window that it is about to be destroyed. ... MDI child window procedure receives a WM_CLOSE message. ... (microsoft.public.win32.programmer.ui) - Re: maximize the MDI child
... The general point of the maximize behavior for an MDI child is that the caption bar gets merged with the menu of the parent window. ... However, you could simulate the behavior by checking the WindowState in the OnResize method of your child form, and if it's Maximized, manually reset the WindowsState to Normal and adjust the window size and position to fit where you want it. ... (microsoft.public.dotnet.languages.csharp) |
|