Click here to Skip to main content
15,917,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAssociated Files Pin
Nick Parker27-Mar-02 2:37
protectorNick Parker27-Mar-02 2:37 
GeneralRe: Associated Files Pin
Tomasz Sowinski27-Mar-02 2:44
Tomasz Sowinski27-Mar-02 2:44 
GeneralRe: Associated Files Pin
Nick Parker27-Mar-02 2:55
protectorNick Parker27-Mar-02 2:55 
GeneralRe: Associated Files Pin
Tomasz Sowinski27-Mar-02 3:02
Tomasz Sowinski27-Mar-02 3:02 
GeneralRe: Associated Files Pin
Nick Parker27-Mar-02 6:32
protectorNick Parker27-Mar-02 6:32 
GeneralRe: Associated Files Pin
Carlos Antollini27-Mar-02 2:46
Carlos Antollini27-Mar-02 2:46 
Generaladding functions to submenus Pin
Rajveer27-Mar-02 2:12
Rajveer27-Mar-02 2:12 
GeneralRe: adding functions to submenus Pin
Tomasz Sowinski27-Mar-02 2:30
Tomasz Sowinski27-Mar-02 2:30 
COMMAND handler is called when user clicks on the menu item - you put the real work there.

UPDATE_COMMAND_UI is called in response to WM_INITMENUPOPUP, just before displaying the menu. It gives you the opportunity to enable/disable/check/change the text of menu item.

If your menu item is always enabled, you don't need UPDATE_COMMAND_UI.

Tomasz Sowinski -- http://www.shooltz.com

- It's for protection
- Protection from what? Zee Germans?

GeneralRe: adding functions to submenus Pin
-Dy27-Mar-02 2:49
-Dy27-Mar-02 2:49 
GeneralExplorer bars Pin
27-Mar-02 2:11
suss27-Mar-02 2:11 
GeneralDisplay non modal dialog Pin
Stefan Stefanov27-Mar-02 2:07
Stefan Stefanov27-Mar-02 2:07 
GeneralRe: Display non modal dialog Pin
Joaquín M López Muñoz27-Mar-02 2:16
Joaquín M López Muñoz27-Mar-02 2:16 
GeneralRe: Display non modal dialog Pin
Stefan Stefanov29-Mar-02 5:49
Stefan Stefanov29-Mar-02 5:49 
GeneralRe: Display non modal dialog Pin
Ravi Bhavnani29-Mar-02 6:22
professionalRavi Bhavnani29-Mar-02 6:22 
GeneralRe: Display non modal dialog Pin
Joaquín M López Muñoz31-Mar-02 11:22
Joaquín M López Muñoz31-Mar-02 11:22 
GeneralRe: Display non modal dialog Pin
Nish Nishant27-Mar-02 2:19
sitebuilderNish Nishant27-Mar-02 2:19 
GeneralRe: Display non modal dialog Pin
Rickard Andersson2027-Mar-02 3:19
Rickard Andersson2027-Mar-02 3:19 
GeneralRebars/Toolbars w/ Dialog app Pin
Hyien27-Mar-02 1:34
Hyien27-Mar-02 1:34 
GeneralRe: Rebars/Toolbars w/ Dialog app Pin
Tomasz Sowinski27-Mar-02 1:42
Tomasz Sowinski27-Mar-02 1:42 
GeneralSet Default Printer Pin
jerry0davis27-Mar-02 1:19
jerry0davis27-Mar-02 1:19 
GeneralReal time Programming with vc Pin
Eran27-Mar-02 0:56
Eran27-Mar-02 0:56 
GeneralRe: Real time Programming with vc Pin
Joaquín M López Muñoz27-Mar-02 2:17
Joaquín M López Muñoz27-Mar-02 2:17 
GeneralMultithread (Client Server) Problem (Repost) Pin
hkl27-Mar-02 0:41
hkl27-Mar-02 0:41 
GeneralRe: Multithread (Client Server) Problem (Repost) Pin
Tim Smith27-Mar-02 2:11
Tim Smith27-Mar-02 2:11 
GeneralRe: Multithread (Client Server) Problem (Repost) Pin
Jon Hulatt27-Mar-02 3:53
Jon Hulatt27-Mar-02 3: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.