Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: disable keys in word document Pin
Nick Parker17-Jul-02 8:13
protectorNick Parker17-Jul-02 8:13 
Generalmodifymenu question -about adding item Pin
ns17-Jul-02 6:37
ns17-Jul-02 6:37 
GeneralRe: modifymenu question -about adding item Pin
Roger Allen17-Jul-02 6:43
Roger Allen17-Jul-02 6:43 
GeneralRe: modifymenu question -about adding item Pin
ns17-Jul-02 8:26
ns17-Jul-02 8:26 
GeneralRe: modifymenu question -about adding item Pin
Roger Allen17-Jul-02 8:49
Roger Allen17-Jul-02 8:49 
GeneralRe: WoW! A new file to explore..... Pin
ns17-Jul-02 8:57
ns17-Jul-02 8:57 
GeneralRe: WoW! A new file to explore..... Pin
Shog917-Jul-02 11:13
sitebuilderShog917-Jul-02 11:13 
GeneralRe: WoW! A new file to explore..... Pin
Roger Allen18-Jul-02 0:11
Roger Allen18-Jul-02 0:11 
ID_FILE_CLOSE and other standard MFC menu commands etc are defined inside the MFC headers. These shouldn't be changes otherwise you stop the MFC from working so that why thier not in your resource.h.

When adding your own ID's manually (unlike what Shog9 said), if you were to use the next available ID specified by

#define _APS_NEXT_RESOURCE_VALUE 131

You would have to increment this #define in the file so that the next autmatically added one would not clash with the one you just added manually.

#define ID_FILE_MYCOMMAND 131
#define _APS_NEXT_RESOURCE_VALUE 132


Roger Allen
Sonork 100.10016

If I had a quote, it would be a very good one.
GeneralRe: WoW! A new file to explore..... Pin
ns18-Jul-02 1:22
ns18-Jul-02 1:22 
GeneralOutlook GUI!!! Pin
tongc17-Jul-02 6:02
tongc17-Jul-02 6:02 
GeneralRe: Outlook GUI!!! Pin
benjymous17-Jul-02 6:19
benjymous17-Jul-02 6:19 
GeneralRe: Outlook GUI!!! Pin
tongc17-Jul-02 7:11
tongc17-Jul-02 7:11 
Questionwho handles ID_FILE_OPEN? Pin
ns17-Jul-02 5:48
ns17-Jul-02 5:48 
AnswerRe: who handles ID_FILE_OPEN? Pin
Roger Allen17-Jul-02 5:56
Roger Allen17-Jul-02 5:56 
GeneralRe: who handles ID_FILE_OPEN? Pin
ns17-Jul-02 6:01
ns17-Jul-02 6:01 
Generalhmmmm- why cant we send msgs to the App? Pin
ns17-Jul-02 6:05
ns17-Jul-02 6:05 
GeneralRe: hmmmm- why cant we send msgs to the App? Pin
Roger Allen17-Jul-02 6:19
Roger Allen17-Jul-02 6:19 
GeneralRe: hmmmm- why cant we send msgs to the App? Pin
ns17-Jul-02 6:27
ns17-Jul-02 6:27 
GeneralRe: hmmmm- why cant we send msgs to the App? Pin
Ravi Bhavnani17-Jul-02 7:27
professionalRavi Bhavnani17-Jul-02 7:27 
GeneralRe: hmmmm- why cant we send msgs to the App? Pin
dabs18-Jul-02 2:28
dabs18-Jul-02 2:28 
GeneralRe: hmmmm- why cant we send msgs to the App? Pin
Ravi Bhavnani18-Jul-02 3:32
professionalRavi Bhavnani18-Jul-02 3:32 
GeneralBest database access technology Pin
Don Miguel17-Jul-02 5:29
Don Miguel17-Jul-02 5:29 
GeneralRe: Best database access technology Pin
Robert Vista17-Jul-02 6:16
Robert Vista17-Jul-02 6:16 
GeneralRe: Best database access technology Pin
Don Miguel17-Jul-02 6:25
Don Miguel17-Jul-02 6:25 
GeneralCalendar Control broken Pin
Anonymous17-Jul-02 5:26
Anonymous17-Jul-02 5:26 

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.