Click here to Skip to main content
16,010,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I get to the menu of my FormView? Pin
Dominik Reichl9-May-02 3:55
Dominik Reichl9-May-02 3:55 
GeneralRe: How do I get to the menu of my FormView? Pin
ed98719-May-02 4:07
ed98719-May-02 4:07 
GeneralRe: How do I get to the menu of my FormView? Pin
9-May-02 4:55
suss9-May-02 4:55 
GeneralRe: How do I get to the menu of my FormView? Pin
ed98719-May-02 7:58
ed98719-May-02 7:58 
GeneralRe: How do I get to the menu of my FormView? Pin
Jason Hooper9-May-02 9:04
Jason Hooper9-May-02 9:04 
GeneralRe: How do I get to the menu of my FormView? Pin
ed98719-May-02 9:38
ed98719-May-02 9:38 
AnswerRe: How do I get to the menu of my FormView? Pin
Nish Nishant9-May-02 4:03
sitebuilderNish Nishant9-May-02 4:03 
AnswerRe: How do I get to the menu of my FormView? Pin
Roger Allen9-May-02 6:11
Roger Allen9-May-02 6:11 
From your document you can also access your menu through:

CDocTemplate *pTemplate = GetDocTemplate() ;
pTemplate->m_hMenuShared ; // this is the menu handle


You can get the document from the view easily.

Don;y forget to call UpdateMenuBar() etc if you change the menu.


Roger Allen
Sonork 100.10016

If I had a quote, it would be a very good one.
GeneralCDROM and DVD drive autostart Pin
Dominik Reichl9-May-02 3:16
Dominik Reichl9-May-02 3:16 
GeneralRe: CDROM and DVD drive autostart Pin
Jeremy Falcon9-May-02 3:56
professionalJeremy Falcon9-May-02 3:56 
General??????????? Pin
Dominik Reichl9-May-02 3:52
Dominik Reichl9-May-02 3:52 
GeneralRe: ??????????? Pin
-Dy9-May-02 5:03
-Dy9-May-02 5:03 
GeneralRe: ??????????? Pin
Dominik Reichl9-May-02 5:46
Dominik Reichl9-May-02 5:46 
GeneralRe: ??????????? Pin
Olli5-Jun-02 23:15
Olli5-Jun-02 23:15 
Generalsortchildrencb... Pin
pnpfriend9-May-02 3:04
pnpfriend9-May-02 3:04 
GeneralRe: sortchildrencb... Pin
Joaquín M López Muñoz9-May-02 3:13
Joaquín M López Muñoz9-May-02 3:13 
GeneralRe: sortchildrencb... Pin
pnpfriend9-May-02 4:25
pnpfriend9-May-02 4:25 
GeneralVisual C++ (Serial Communication) Pin
kingsley9-May-02 2:55
kingsley9-May-02 2:55 
GeneralRe: Visual C++ (Serial Communication) Pin
Dominik Reichl9-May-02 3:07
Dominik Reichl9-May-02 3:07 
GeneralRe: Visual C++ (Serial Communication) Pin
Jon Hulatt9-May-02 3:31
Jon Hulatt9-May-02 3:31 
GeneralRe: Visual C++ (Serial Communication) Pin
Roger Allen9-May-02 6:12
Roger Allen9-May-02 6:12 
GeneralGDI problem in dialog based program ! Pin
Hadi Rezaee9-May-02 2:32
Hadi Rezaee9-May-02 2:32 
GeneralRe: GDI problem in dialog based program ! Pin
Dominik Reichl9-May-02 2:56
Dominik Reichl9-May-02 2:56 
GeneralRe: GDI problem in dialog based program ! Pin
Hadi Rezaee9-May-02 5:24
Hadi Rezaee9-May-02 5:24 
GeneralAutomation Pin
Vis9-May-02 1:49
Vis9-May-02 1:49 

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.