Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiontimer in MFC application Pin
ashishmax4714-Jul-08 2:01
ashishmax4714-Jul-08 2:01 
AnswerRe: timer in MFC application Pin
sudhir_Kumar14-Jul-08 2:09
sudhir_Kumar14-Jul-08 2:09 
AnswerRe: timer in MFC application Pin
CPallini14-Jul-08 2:10
mveCPallini14-Jul-08 2:10 
GeneralRe: timer in MFC application Pin
Mark Salsbery14-Jul-08 5:58
Mark Salsbery14-Jul-08 5:58 
GeneralRe: timer in MFC application Pin
CPallini14-Jul-08 8:27
mveCPallini14-Jul-08 8:27 
GeneralRe: timer in MFC application Pin
ThatsAlok15-Jul-08 3:46
ThatsAlok15-Jul-08 3:46 
AnswerRe: timer in MFC application Pin
Atropus14-Jul-08 2:19
Atropus14-Jul-08 2:19 
AnswerRe: timer in MFC application Pin
_AnsHUMAN_ 14-Jul-08 2:22
_AnsHUMAN_ 14-Jul-08 2:22 
Although many people do suggest using the CTimer class See Here)[^]
The SetTimer function and related message and functions are not intended to be precise. Certainly you need to at least use more precise timers. Note that, except for special versions of Windows, Windows is not designed for real-time processing. Don't expect an application program to be able to respond reliably to timer events.
I would suggest you to read this[^] before you implement anything

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: timer in MFC application PinPopular
CPallini14-Jul-08 2:27
mveCPallini14-Jul-08 2:27 
GeneralRe: timer in MFC application Pin
_AnsHUMAN_ 14-Jul-08 3:02
_AnsHUMAN_ 14-Jul-08 3:02 
GeneralRe: timer in MFC application Pin
CPallini14-Jul-08 8:25
mveCPallini14-Jul-08 8:25 
GeneralRe: timer in MFC application Pin
ThatsAlok15-Jul-08 3:53
ThatsAlok15-Jul-08 3:53 
GeneralRe: timer in MFC application Pin
ThatsAlok15-Jul-08 3:52
ThatsAlok15-Jul-08 3:52 
Questionis this conversion from a char buf to a wchar correct? Pin
gabbana14-Jul-08 1:07
gabbana14-Jul-08 1:07 
AnswerRe: is this conversion from a char buf to a wchar correct? Pin
Varghese Paul M14-Jul-08 1:38
Varghese Paul M14-Jul-08 1:38 
GeneralRe: is this conversion from a char buf to a wchar correct? Pin
gabbana14-Jul-08 2:13
gabbana14-Jul-08 2:13 
QuestionRe: is this conversion from a char buf to a wchar correct? Pin
CPallini14-Jul-08 1:53
mveCPallini14-Jul-08 1:53 
AnswerRe: is this conversion from a char buf to a wchar correct? Pin
gabbana14-Jul-08 2:12
gabbana14-Jul-08 2:12 
GeneralRe: is this conversion from a char buf to a wchar correct? Pin
CPallini14-Jul-08 2:25
mveCPallini14-Jul-08 2:25 
GeneralRe: is this conversion from a char buf to a wchar correct? Pin
gabbana14-Jul-08 3:10
gabbana14-Jul-08 3:10 
GeneralRe: is this conversion from a char buf to a wchar correct? Pin
CPallini14-Jul-08 9:30
mveCPallini14-Jul-08 9:30 
GeneralRe: is this conversion from a char buf to a wchar correct? Pin
David Crow14-Jul-08 8:28
David Crow14-Jul-08 8:28 
AnswerRe: is this conversion from a char buf to a wchar correct? Pin
ThatsAlok15-Jul-08 3:50
ThatsAlok15-Jul-08 3:50 
QuestionHow to create a Toolbar with Dockin & Floating effect?? Pin
Michael_SDE14-Jul-08 0:39
Michael_SDE14-Jul-08 0:39 
AnswerRe: How to create a Toolbar with Dockin & Floating effect?? Pin
enhzflep14-Jul-08 2:28
enhzflep14-Jul-08 2:28 

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.