Click here to Skip to main content
15,909,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOverlapped VS Popup window Pin
rrrado2-Dec-02 3:10
rrrado2-Dec-02 3:10 
GeneralRe: Overlapped VS Popup window Pin
valikac2-Dec-02 9:05
valikac2-Dec-02 9:05 
GeneralRe: Overlapped VS Popup window Pin
rrrado2-Dec-02 22:26
rrrado2-Dec-02 22:26 
GeneralCTreeCtrl / CDatabase Pin
dyerstein2-Dec-02 2:48
dyerstein2-Dec-02 2:48 
GeneralRe: CTreeCtrl / CDatabase Pin
act_x2-Dec-02 6:49
act_x2-Dec-02 6:49 
GeneralRe: CTreeCtrl / CDatabase Pin
dyerstein3-Dec-02 9:51
dyerstein3-Dec-02 9:51 
GeneralMDI Child view control menu Pin
CodeBrain2-Dec-02 2:37
CodeBrain2-Dec-02 2:37 
GeneralRe: MDI Child view control menu Pin
KaЯl2-Dec-02 5:03
KaЯl2-Dec-02 5:03 
I never tried to set and remove menus that way, so I won't be able to directly help you.

I've implemented once the maximizing of a view of an MDI application this way

CMyView::Maximize()
{
// maximize window
GetParent()->ShowWindow(SW_MAXIMIZE);
}

The parent of the view is the ChildFrame, it's the one which is resized. The resizing of the contained view is done by the Child frame (CChildFrame::OnSize or CChildFrame::OnExitSizeMove).

HTH,








Ohé Partisans, Ouvriers et Paysans
C'est l'alarme!

Le Chant des Partisans

GeneralRe: MDI Child view control menu Pin
CodeBrain2-Dec-02 6:01
CodeBrain2-Dec-02 6:01 
GeneralRe: MDI Child view control menu Pin
Alois Kraus2-Dec-02 6:37
Alois Kraus2-Dec-02 6:37 
GeneralRe: MDI Child view control menu Pin
KaЯl2-Dec-02 7:53
KaЯl2-Dec-02 7:53 
GeneralRe: MDI Child view control menu Pin
CodeBrain2-Dec-02 21:03
CodeBrain2-Dec-02 21:03 
GeneralRe: MDI Child view control menu Pin
KaЯl3-Dec-02 2:23
KaЯl3-Dec-02 2:23 
GeneralRe: MDI Child view control menu Pin
CodeBrain3-Dec-02 3:37
CodeBrain3-Dec-02 3:37 
GeneralImplementation of GetSafeHandle and siblings. Pin
Johann Gerell2-Dec-02 1:59
Johann Gerell2-Dec-02 1:59 
GeneralRe: Implementation of GetSafeHandle and siblings. Pin
Tim Smith2-Dec-02 2:30
Tim Smith2-Dec-02 2:30 
GeneralRe: Implementation of GetSafeHandle and siblings. Pin
Johann Gerell2-Dec-02 2:58
Johann Gerell2-Dec-02 2:58 
GeneralRe: Implementation of GetSafeHandle and siblings. Pin
Alois Kraus2-Dec-02 6:41
Alois Kraus2-Dec-02 6:41 
GeneralScrolling a CListBox Pin
Jase Jennings2-Dec-02 0:00
Jase Jennings2-Dec-02 0:00 
GeneralRe: Scrolling a CListBox Pin
Iain Clarke, Warrior Programmer2-Dec-02 5:39
Iain Clarke, Warrior Programmer2-Dec-02 5:39 
Generalhttp GET/POST request through proxy Pin
Chintan1-Dec-02 23:59
Chintan1-Dec-02 23:59 
GeneralRe: http GET/POST request through proxy Pin
rrrado2-Dec-02 0:35
rrrado2-Dec-02 0:35 
GeneralRe: http GET/POST request through proxy Pin
geo_m2-Dec-02 2:38
geo_m2-Dec-02 2:38 
GeneralMinimize to task bar Pin
rrrado1-Dec-02 23:26
rrrado1-Dec-02 23:26 
GeneralRe: Minimize to task bar Pin
Paul M Watt2-Dec-02 9:53
mentorPaul M Watt2-Dec-02 9:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.