|
From: Polaris on 4 May 2008 14:53 Hi MFC Experts: I'm wetting a standard MFC MDI application and I have a need to make one of the MDI child windows to be able to completely maximize itself to cover full screen of a monitor. Any help is appreciated. I know I can have a dialog box to do what I want, but I'd like to try if I can do it with a normal MDI child (a FormView type). Thanks in Advance Polaris
From: Polaris on 4 May 2008 19:44 Please ignore it. I found the solution: just set the parent for this MDI child to Desktop then show it maximized. Thanks "Polaris" <etpolaris(a)hotmail.com> wrote in message news:u86zvghrIHA.4788(a)TK2MSFTNGP03.phx.gbl... > Hi MFC Experts: > > I'm wetting a standard MFC MDI application and I have a need to make one > of the MDI child windows to be able to completely maximize itself to cover > full screen of a monitor. Any help is appreciated. > > I know I can have a dialog box to do what I want, but I'd like to try if I > can do it with a normal MDI child (a FormView type). > > Thanks in Advance > Polaris
From: Ajay Kalra on 8 May 2008 18:50 This may be more elegant: http://support.microsoft.com/kb/164162 --- Ajay "Polaris" <etpolaris(a)hotmail.com> wrote in message news:eInZWDkrIHA.3780(a)TK2MSFTNGP03.phx.gbl... > Please ignore it. I found the solution: just set the parent for this MDI > child to Desktop then show it maximized. > > Thanks > > "Polaris" <etpolaris(a)hotmail.com> wrote in message > news:u86zvghrIHA.4788(a)TK2MSFTNGP03.phx.gbl... >> Hi MFC Experts: >> >> I'm wetting a standard MFC MDI application and I have a need to make one >> of the MDI child windows to be able to completely maximize itself to >> cover full screen of a monitor. Any help is appreciated. >> >> I know I can have a dialog box to do what I want, but I'd like to try if >> I can do it with a normal MDI child (a FormView type). >> >> Thanks in Advance >> Polaris >
|
Pages: 1 Prev: CListCtrl, hide and edit Next: How to: optional CString parameter |