Click here to Skip to main content
15,913,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: NT Service networking Pin
Daniel Lohmann17-Jul-02 21:02
Daniel Lohmann17-Jul-02 21:02 
Generaldisable keys in word document Pin
Srini Kella17-Jul-02 7:38
Srini Kella17-Jul-02 7:38 
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 
I hadn't ever looked into resource.h (thats how new and splotchy my MFC experience is). So all I need to do is assign my arb ID a number thats not in there and I'm good to go, it seems. Theres no mention of ID_FILE_CLOSE etc so I guess they are taken care of somewhere else.

Okay if I use numbers from:

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 131
#define _APS_NEXT_COMMAND_VALUE 32783
#define _APS_NEXT_CONTROL_VALUE 1007
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

or avoid these as well? eg. #define ID_FILE_ARB 131?

Thanks so much.
ns
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 
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 

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.