Michael, thanks for your response. I tested with the example program and WM_TIMER message is sent after the current time-out value elapsed.
G
gc_1
@gc_1
Posts
-
How to reset Timers -
How to reset TimersHi, Can I reset a Timer without doing a KillTimer? For example if I created a Timer as oldTimer = SetTimer(0, 2000, NULL); later SetTimer(oldTimer, 5000, NULL); Is this going to reset the Timer to the new time. Thanks, gc