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

C / C++ / MFC

 
AnswerRe: changing font size of cstatic ctrl. How ? Pin
Hamid_RT27-Feb-07 0:38
Hamid_RT27-Feb-07 0:38 
AnswerRe: changing font size of cstatic ctrl. How ? Pin
prasad_som27-Feb-07 1:28
prasad_som27-Feb-07 1:28 
AnswerRe: changing font size of cstatic ctrl. How ? Pin
David Crow27-Feb-07 2:55
David Crow27-Feb-07 2:55 
Questionpassing parameter in thread Pin
neha.agarwal2726-Feb-07 23:40
neha.agarwal2726-Feb-07 23:40 
AnswerRe: passing parameter in thread Pin
toxcct26-Feb-07 23:42
toxcct26-Feb-07 23:42 
GeneralRe: passing parameter in thread [modified] Pin
Nibu babu thomas27-Feb-07 1:17
Nibu babu thomas27-Feb-07 1:17 
GeneralRe: passing parameter in thread Pin
toxcct27-Feb-07 1:49
toxcct27-Feb-07 1:49 
GeneralRe: passing parameter in thread Pin
James R. Twine27-Feb-07 1:24
James R. Twine27-Feb-07 1:24 
   As your earler response suggests, you may race on the CString going out of scope before the worker thread starts and can use it.

   This would have to be an instance of CString that would not go out of scope so quickly (static, member, global, dynamically allocated, etc. - whatever works best given the requirements).

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

AnswerRe: passing parameter in thread Pin
James R. Twine27-Feb-07 1:29
James R. Twine27-Feb-07 1:29 
GeneralRe: passing parameter in thread Pin
neha.agarwal2727-Feb-07 1:47
neha.agarwal2727-Feb-07 1:47 
GeneralRe: passing parameter in thread Pin
James R. Twine27-Feb-07 2:46
James R. Twine27-Feb-07 2:46 
GeneralRe: passing parameter in thread Pin
neha.agarwal2727-Feb-07 19:01
neha.agarwal2727-Feb-07 19:01 
GeneralRe: passing parameter in thread Pin
James R. Twine28-Feb-07 17:11
James R. Twine28-Feb-07 17:11 
QuestionStrange Font bolding Pin
super_ttd26-Feb-07 22:15
super_ttd26-Feb-07 22:15 
AnswerRe: Strange Font bolding Pin
Nibu babu thomas26-Feb-07 23:57
Nibu babu thomas26-Feb-07 23:57 
AnswerRe: Strange Font bolding Pin
David Crow27-Feb-07 2:56
David Crow27-Feb-07 2:56 
GeneralRe: Strange Font bolding Pin
super_ttd27-Feb-07 3:04
super_ttd27-Feb-07 3:04 
JokeRe: Strange Font bolding Pin
Nibu babu thomas27-Feb-07 3:38
Nibu babu thomas27-Feb-07 3:38 
Questionsetting of properties for a ocx control Pin
zareee26-Feb-07 21:33
zareee26-Feb-07 21:33 
QuestionHow to Calculate no of timers. Pin
birajendu26-Feb-07 21:13
birajendu26-Feb-07 21:13 
AnswerRe: How to Calculate no of timers. Pin
David Crow27-Feb-07 2:57
David Crow27-Feb-07 2:57 
Questionmultiple c files in visual studio 6 project Pin
Ayman Mashal26-Feb-07 20:08
Ayman Mashal26-Feb-07 20:08 
AnswerRe: multiple c files in visual studio 6 project Pin
Cedric Moonen26-Feb-07 20:23
Cedric Moonen26-Feb-07 20:23 
AnswerRe: multiple c files in visual studio 6 project Pin
Rajesh R Subramanian26-Feb-07 20:24
professionalRajesh R Subramanian26-Feb-07 20:24 
QuestionRe: multiple c files in visual studio 6 project Pin
Ayman Mashal26-Feb-07 21:08
Ayman Mashal26-Feb-07 21:08 

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.