Click here to Skip to main content
15,910,234 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Get app Path ? Pin
Navin4-Feb-03 11:00
Navin4-Feb-03 11:00 
AnswerRe: Get app Path ? Pin
bryce4-Feb-03 12:16
bryce4-Feb-03 12:16 
AnswerRe: Get app Path ? Pin
Steve Mayfield4-Feb-03 19:20
Steve Mayfield4-Feb-03 19:20 
Questionwindow split in 3 parts w/o using CSplitterWnd??? Pin
hamchoy4-Feb-03 9:36
hamchoy4-Feb-03 9:36 
Generaluh-oh...ON_COMMAND_RANGE Pin
ns4-Feb-03 8:57
ns4-Feb-03 8:57 
GeneralRe: uh-oh...ON_COMMAND_RANGE Pin
Joaquín M López Muñoz4-Feb-03 9:00
Joaquín M López Muñoz4-Feb-03 9:00 
Generalthanks - checking it out right now! Pin
ns4-Feb-03 9:05
ns4-Feb-03 9:05 
GeneralRe: uh-oh...ON_COMMAND_RANGE Pin
ns4-Feb-03 9:08
ns4-Feb-03 9:08 
Odd thing is, the stuff in red didnt change though I made the manual changes:
//#define ID_SMARTREMUS                   32781
//#define ID_SMARTORIGINAL                32782
//#define ID_Q14                          32783
<code>//#define APS_NEXT_COMMAND_VALUE          32784</code>   this was the old bunch 
// Next default values for new objects

#define ID_SMARTREMUS                   50000
#define ID_SMARTORIGINAL                50001
#define ID_Q14                          50002
#define APS_NEXT_COMMAND_VALUE          50003

// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        138

<code>#define _APS_NEXT_COMMAND_VALUE         32784</code> I dont think I wrote this part (I cant remember), but its not changed. Do I need to change it to 50003?

#define _APS_NEXT_CONTROL_VALUE         1011
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif




Appreciate your help,
ns
GeneralRe: uh-oh...ON_COMMAND_RANGE Pin
Joaquín M López Muñoz4-Feb-03 9:16
Joaquín M López Muñoz4-Feb-03 9:16 
GeneralRe: uh-oh...ON_COMMAND_RANGE Pin
ns4-Feb-03 9:21
ns4-Feb-03 9:21 
Generaltrouble! Pin
ns4-Feb-03 9:20
ns4-Feb-03 9:20 
GeneralRe: trouble! Pin
Joaquín M López Muñoz4-Feb-03 9:34
Joaquín M López Muñoz4-Feb-03 9:34 
GeneralRe: trouble! Pin
ns4-Feb-03 10:31
ns4-Feb-03 10:31 
GeneralMRU FILE LIST Pin
tsb4-Feb-03 8:46
tsb4-Feb-03 8:46 
GeneralRe: MRU FILE LIST Pin
Ind5-Feb-03 2:43
Ind5-Feb-03 2:43 
GeneralGetTextExtentPoint32 Pin
Dave_4-Feb-03 8:35
Dave_4-Feb-03 8:35 
GeneralRe: GetTextExtentPoint32 Pin
Anders Molin4-Feb-03 12:05
professionalAnders Molin4-Feb-03 12:05 
GeneralRe: GetTextExtentPoint32 Pin
Dave_5-Feb-03 1:45
Dave_5-Feb-03 1:45 
GeneralRe: GetTextExtentPoint32 Pin
Chris Richardson4-Feb-03 18:00
Chris Richardson4-Feb-03 18:00 
GeneralRe: GetTextExtentPoint32 Pin
Dave_5-Feb-03 1:43
Dave_5-Feb-03 1:43 
GeneralStrange characters appearing in C++ email programme Pin
trimtrom4-Feb-03 8:34
trimtrom4-Feb-03 8:34 
GeneralRe: Strange characters appearing in C++ email programme Pin
Anders Molin4-Feb-03 11:57
professionalAnders Molin4-Feb-03 11:57 
QuestionHyperlinks in dialog apps ? Pin
autekre4-Feb-03 8:20
autekre4-Feb-03 8:20 
AnswerRe: Hyperlinks in dialog apps ? Pin
Joaquín M López Muñoz4-Feb-03 8:35
Joaquín M López Muñoz4-Feb-03 8:35 
Generalini files Pin
scara4-Feb-03 8:12
scara4-Feb-03 8:12 

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.