Click here to Skip to main content
15,909,747 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Button TabStop Pin
Hamid_RT30-Nov-08 20:51
Hamid_RT30-Nov-08 20:51 
GeneralRe: Button TabStop Pin
cpvc++30-Nov-08 20:57
cpvc++30-Nov-08 20:57 
GeneralRe: Button TabStop Pin
_AnsHUMAN_ 30-Nov-08 21:36
_AnsHUMAN_ 30-Nov-08 21:36 
Questionget montior resolution.....??? Pin
shaina223130-Nov-08 19:44
shaina223130-Nov-08 19:44 
AnswerRe: get montior resolution.....??? Pin
Perspx30-Nov-08 20:01
Perspx30-Nov-08 20:01 
AnswerRe: get montior resolution.....??? Pin
Hamid_RT30-Nov-08 20:22
Hamid_RT30-Nov-08 20:22 
AnswerRe: get montior resolution.....??? Pin
Mark Salsbery1-Dec-08 6:08
Mark Salsbery1-Dec-08 6:08 
QuestionBest way to define strings, using #define or using string table Pin
krishnakumartm30-Nov-08 18:47
krishnakumartm30-Nov-08 18:47 
Hi,

I am working VC++ on VC6.0 IDE
I am using lot of CString constants in my program
I am using #define to replace strings instead of USING string table and loading stings;

like:

#define ID_NAME _T("Krishna")
#define ID_PROFILE_PATH _T("\\Folder11\\Krish")

like above i have 10 t0 12 strings.

To work with this which way is the best way

using #defines or using string table?

If any methos is best, why?

Thanks in advance

----------------------------
KRISHNA KUMAR T M

AnswerRe: Best way to define strings, using #define or using string table Pin
Garth J Lancaster30-Nov-08 19:21
professionalGarth J Lancaster30-Nov-08 19:21 
QuestionRe: Best way to define strings, using #define or using string table Pin
David Crow1-Dec-08 10:57
David Crow1-Dec-08 10:57 
Questionhow to show browse button? Pin
puppya30-Nov-08 18:05
puppya30-Nov-08 18:05 
AnswerRe: how to show browse button? Pin
Hamid_RT30-Nov-08 18:11
Hamid_RT30-Nov-08 18:11 
GeneralRe: how to show browse button? Pin
puppya30-Nov-08 18:15
puppya30-Nov-08 18:15 
GeneralRe: how to show browse button? Pin
Hamid_RT30-Nov-08 18:32
Hamid_RT30-Nov-08 18:32 
GeneralRe: how to show browse button? Pin
puppya30-Nov-08 19:29
puppya30-Nov-08 19:29 
GeneralRe: how to show browse button? Pin
Hamid_RT30-Nov-08 20:20
Hamid_RT30-Nov-08 20:20 
GeneralRe: how to show browse button? Pin
puppya30-Nov-08 21:25
puppya30-Nov-08 21:25 
GeneralRe: how to show browse button? Pin
kamalesh821-Dec-08 1:12
kamalesh821-Dec-08 1:12 
QuestionRe: how to show browse button? Pin
David Crow1-Dec-08 10:59
David Crow1-Dec-08 10:59 
QuestionHow to change from VC++ 6 to .Net Pin
CodingLover30-Nov-08 17:27
CodingLover30-Nov-08 17:27 
AnswerRe: How to change from VC++ 6 to .Net Pin
Randor 30-Nov-08 19:32
professional Randor 30-Nov-08 19:32 
QuestionWhat's the meaning of 'nocreate' identifier Pin
CodingLover30-Nov-08 16:33
CodingLover30-Nov-08 16:33 
AnswerRe: What's the meaning of 'nocreate' identifier Pin
Fernando A. Gomez F.30-Nov-08 17:50
Fernando A. Gomez F.30-Nov-08 17:50 
QuestionCAnimateCtrl in modeless dialog... Pin
Cpt Rick30-Nov-08 12:18
Cpt Rick30-Nov-08 12:18 
AnswerRe: CAnimateCtrl in modeless dialog... Pin
Hans Dietrich30-Nov-08 23:57
mentorHans Dietrich30-Nov-08 23:57 

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.