Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to display unicode without unicode built? Pin
Stephen Hewitt10-Jul-07 21:30
Stephen Hewitt10-Jul-07 21:30 
GeneralRe: how to display unicode without unicode built? Pin
Rajesh R Subramanian10-Jul-07 22:34
professionalRajesh R Subramanian10-Jul-07 22:34 
AnswerRe: how to display unicode without unicode built? Pin
khan++10-Jul-07 21:29
khan++10-Jul-07 21:29 
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 
Why don't you use a timer instead ? It seems that you need to recalculate everything every minute. So, why do you make a busy loop ? First it will block in the function (preventing any window message to be processed, so your GUI will freeze) and second, you will consume CPU for nothing.
It would be much easier to start a timer (with a resolution of 1 minute) and to do your processing each time the timer fires.


Cédric Moonen
Software developer

Charting control [v1.2]

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 
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 

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.