Click here to Skip to main content
15,918,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: adding functions to submenus Pin
-Dy27-Mar-02 2:49
-Dy27-Mar-02 2:49 
Not sure if I've understood what your saying properly, but ON_COMMAND is where you tell your class what to do upon receiving that command message and ON_UPDATE_COMMAND is where you tell your class what to do when that menu needs to be updated (in your AFX_MSG_MAP part of your message map)

E.g.:
<br />
  ON_COMMAND(ID_OPTIONS_FONT, OnOptionsFont)<br />
  ON_UPDATE_COMMAND_UI(ID_OPTIONS_FONT, OnUpdateOptionsFont)


Heres the MSDN info:
ON_COMMAND, ON_UPDATE_COMMAND_UI

Dylan Kenneally
London,UK
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 
GeneralRe: Multithread (Client Server) Problem (Repost) Pin
Le centriste27-Mar-02 6:22
Le centriste27-Mar-02 6:22 

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.