Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Event Handler For Dynamic Context Menu Pin
Iain Clarke, Warrior Programmer23-Jun-07 1:37
Iain Clarke, Warrior Programmer23-Jun-07 1:37 
QuestionProblems Pin
mikobi22-Jun-07 21:29
mikobi22-Jun-07 21:29 
AnswerRe: Problems Pin
Y_Kaushik22-Jun-07 21:35
Y_Kaushik22-Jun-07 21:35 
AnswerRe: Problems Pin
Hamid_RT22-Jun-07 22:21
Hamid_RT22-Jun-07 22:21 
GeneralRe: Problems Pin
mikobi22-Jun-07 22:55
mikobi22-Jun-07 22:55 
GeneralRe: Problems Pin
Hamid_RT23-Jun-07 1:35
Hamid_RT23-Jun-07 1:35 
QuestionInfinite While Loop! Pin
EngMohab22-Jun-07 21:26
EngMohab22-Jun-07 21:26 
AnswerRe: Infinite While Loop! Pin
Mark Salsbery23-Jun-07 8:11
Mark Salsbery23-Jun-07 8:11 
That while() loop should terminate and not be infinite.

I see one problem in your load() method - the last pair of strings will be inserted twice because
you always write a space after the strings. You shouldn't write a space after the last string
written.

Mark




"I'm the Dude. So that's what you call me. You know, that or, uh, His Dudeness, or uh, Duder, or El Duderino if you're not into the whole brevity thing." The Big Lebowski

QuestionProgress control in list view Pin
neha.agarwal2722-Jun-07 21:23
neha.agarwal2722-Jun-07 21:23 
QuestionWindows Blinds... Pin
Polite Programmer22-Jun-07 21:09
Polite Programmer22-Jun-07 21:09 
Questiondestructor Pin
deeps_cute22-Jun-07 20:59
deeps_cute22-Jun-07 20:59 
AnswerRe: destructor Pin
Mark Salsbery23-Jun-07 8:24
Mark Salsbery23-Jun-07 8:24 
Questionprint problem Pin
Y_Kaushik22-Jun-07 20:43
Y_Kaushik22-Jun-07 20:43 
AnswerRe: print problem Pin
MANISH RASTOGI22-Jun-07 21:58
MANISH RASTOGI22-Jun-07 21:58 
GeneralRe: print problem Pin
Y_Kaushik22-Jun-07 22:09
Y_Kaushik22-Jun-07 22:09 
QuestionInstaller created shortcut Pin
rp_suman22-Jun-07 16:41
rp_suman22-Jun-07 16:41 
QuestionQueryPerformanceCounter - unreliable timing on win32 but perfect on x64 [modified] Pin
Cyrilix22-Jun-07 16:34
Cyrilix22-Jun-07 16:34 
QuestionHow to share a class between different projects in VC++? Pin
Skywalker200822-Jun-07 11:34
Skywalker200822-Jun-07 11:34 
AnswerRe: How to share a class between different projects in VC++? Pin
Hans Dietrich22-Jun-07 12:10
mentorHans Dietrich22-Jun-07 12:10 
GeneralRe: How to share a class between different projects in VC++? Pin
Cyrilix22-Jun-07 12:32
Cyrilix22-Jun-07 12:32 
GeneralRe: How to share a class between different projects in VC++? Pin
Mark Salsbery22-Jun-07 12:50
Mark Salsbery22-Jun-07 12:50 
GeneralRe: How to share a class between different projects in VC++? Pin
Cyrilix22-Jun-07 14:00
Cyrilix22-Jun-07 14:00 
GeneralRe: How to share a class between different projects in VC++? Pin
Mark Salsbery22-Jun-07 14:06
Mark Salsbery22-Jun-07 14:06 
GeneralRe: How to share a class between different projects in VC++? Pin
Skywalker200825-Jun-07 2:50
Skywalker200825-Jun-07 2:50 
QuestionHow to load a BMP from a resource dll Pin
sstainba22-Jun-07 10:07
sstainba22-Jun-07 10:07 

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.