Click here to Skip to main content
15,920,801 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Recommend debugger (i.e. BoundsChecker, etc...)? Pin
Tomasz Sowinski24-Oct-01 6:32
Tomasz Sowinski24-Oct-01 6:32 
AnswerRe: Recommend debugger (i.e. BoundsChecker, etc...)? Pin
24-Oct-01 14:37
suss24-Oct-01 14:37 
GeneralInternational application Pin
ZAZA24-Oct-01 5:02
ZAZA24-Oct-01 5:02 
GeneralRe: International application Pin
Paolo Messina24-Oct-01 8:16
professionalPaolo Messina24-Oct-01 8:16 
Generalneed help on .inf files Pin
CalamityJake24-Oct-01 4:36
CalamityJake24-Oct-01 4:36 
GeneralCommand ID's Pin
Chambers24-Oct-01 4:33
Chambers24-Oct-01 4:33 
GeneralRe: Command ID's Pin
#realJSOP24-Oct-01 5:05
professional#realJSOP24-Oct-01 5:05 
GeneralRe: Command ID's Pin
Bill Wilson24-Oct-01 6:13
Bill Wilson24-Oct-01 6:13 
The command id number is controlled by the resource.h file.

#define _APS_NEXT_CONTROL_VALUE         201


You can modify the value of this constant and new commands will be created with the new base number. If you look in your <projectname>.res file you will see the control ids already defined. These too can be edited. Be careful, however not to bump into system command IDs or other confilcts. Also be aware, the IDE will assign control ids based on the defined constant. So if you just make some up, you mus change the constant to ensure the number won't be reused.



Hope this helps,
Bill
GeneralRe: Command ID's Pin
#realJSOP24-Oct-01 6:19
professional#realJSOP24-Oct-01 6:19 
GeneralRe: Command ID's Pin
Bill Wilson24-Oct-01 6:24
Bill Wilson24-Oct-01 6:24 
GeneralRe: Command ID's - displaying status bar test and tooltips etc Pin
24-Oct-01 6:42
suss24-Oct-01 6:42 
GeneralRe: Command ID's - displaying status bar test and tooltips etc Pin
Tomasz Sowinski24-Oct-01 7:01
Tomasz Sowinski24-Oct-01 7:01 
Generalnon resizable CFormView Pin
Aviv Halperin24-Oct-01 4:29
Aviv Halperin24-Oct-01 4:29 
GeneralRe: non resizable CFormView Pin
#realJSOP24-Oct-01 5:13
professional#realJSOP24-Oct-01 5:13 
GeneralRe: non resizable CFormView Pin
Paolo Messina24-Oct-01 8:26
professionalPaolo Messina24-Oct-01 8:26 
GeneralRe: non resizable CFormView Pin
#realJSOP24-Oct-01 8:45
professional#realJSOP24-Oct-01 8:45 
GeneralRe: non resizable CFormView Pin
Paolo Messina24-Oct-01 9:29
professionalPaolo Messina24-Oct-01 9:29 
GeneralRGB (for Christian) Pin
24-Oct-01 3:42
suss24-Oct-01 3:42 
GeneralRe: RGB (for Christian) Pin
Christian Graus24-Oct-01 10:33
protectorChristian Graus24-Oct-01 10:33 
GeneralRe: RGB (for Christian) Pin
24-Oct-01 10:59
suss24-Oct-01 10:59 
GeneralRe: RGB (for Christian) Pin
24-Oct-01 11:01
suss24-Oct-01 11:01 
GeneralMenu in a tree control Pin
24-Oct-01 2:55
suss24-Oct-01 2:55 
GeneralRe: Menu in a tree control Pin
Tomasz Sowinski24-Oct-01 3:29
Tomasz Sowinski24-Oct-01 3:29 
Generalabout LoadLibrary Pin
Maer72724-Oct-01 2:31
Maer72724-Oct-01 2:31 
GeneralRe: about LoadLibrary Pin
Tomasz Sowinski24-Oct-01 3:40
Tomasz Sowinski24-Oct-01 3:40 

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.