Click here to Skip to main content
15,926,858 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to display unicode without unicode built? Pin
Peter, Chan10-Jul-07 21:35
Peter, Chan10-Jul-07 21:35 
GeneralRe: how to display unicode without unicode built? Pin
Stephen Hewitt10-Jul-07 21:47
Stephen Hewitt10-Jul-07 21:47 
AnswerRe: how to display unicode without unicode built? Pin
KarstenK10-Jul-07 21:44
mveKarstenK10-Jul-07 21:44 
QuestionWhile Looping problem Pin
Anu_Bala10-Jul-07 20:48
Anu_Bala10-Jul-07 20:48 
AnswerRe: While Looping problem Pin
Cedric Moonen10-Jul-07 21:02
Cedric Moonen10-Jul-07 21:02 
AnswerRe: While Looping problem Pin
David Crow11-Jul-07 3:23
David Crow11-Jul-07 3:23 
QuestionWaiting... Pin
Abhijeet Pathak10-Jul-07 20:32
Abhijeet Pathak10-Jul-07 20:32 
AnswerRe: Waiting... Pin
baerten10-Jul-07 21:13
baerten10-Jul-07 21:13 
The sleep() lets sleep the thread where it's inside.
If you let sleep the WinThread, so all the windows will sleep too.

You need to use workerthreads, there in you can let sleep the threads as long as you want and
the windows will not be affected ...

Good luck
AnswerRe: Waiting... Pin
Hans Dietrich11-Jul-07 3:37
mentorHans Dietrich11-Jul-07 3:37 
GeneralRe: Waiting... Pin
Abhijeet Pathak11-Jul-07 5:46
Abhijeet Pathak11-Jul-07 5:46 
Questionworker and UI thread? [modified] Pin
murali_utr10-Jul-07 20:17
murali_utr10-Jul-07 20:17 
AnswerRe: worker and UI thread? Pin
Cedric Moonen10-Jul-07 21:10
Cedric Moonen10-Jul-07 21:10 
AnswerRe: worker and UI thread? Pin
eraccn10-Jul-07 22:20
eraccn10-Jul-07 22:20 
GeneralRe: worker and UI thread? Pin
Cedric Moonen10-Jul-07 22:30
Cedric Moonen10-Jul-07 22:30 
GeneralRe: worker and UI thread? Pin
eraccn10-Jul-07 22:37
eraccn10-Jul-07 22:37 
GeneralRe: worker and UI thread? Pin
Cedric Moonen10-Jul-07 22:43
Cedric Moonen10-Jul-07 22:43 
AnswerRe: worker and UI thread? Pin
SandipG 11-Jul-07 1:28
SandipG 11-Jul-07 1:28 
AnswerRe: worker and UI thread? Pin
Mark Salsbery11-Jul-07 10:13
Mark Salsbery11-Jul-07 10:13 
QuestionRun Video on web page Pin
Maynka10-Jul-07 19:38
Maynka10-Jul-07 19:38 
AnswerRe: Run Video on web page Pin
_AnsHUMAN_ 10-Jul-07 19:46
_AnsHUMAN_ 10-Jul-07 19:46 
AnswerRe: Run Video on web page Pin
eraccn10-Jul-07 22:22
eraccn10-Jul-07 22:22 
QuestionWindowProc() in debug and release mode Pin
rp_suman10-Jul-07 18:09
rp_suman10-Jul-07 18:09 
AnswerRe: WindowProc() in debug and release mode Pin
eraccn10-Jul-07 22:39
eraccn10-Jul-07 22:39 
QuestionAvoid use of the CRT? Pin
choadvach10-Jul-07 17:57
choadvach10-Jul-07 17:57 
AnswerRe: Avoid use of the CRT? Pin
Naveen10-Jul-07 18:51
Naveen10-Jul-07 18:51 

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.