|
-
May 16th, 2001, 08:22 PM
#1
Thread Starter
Hyperactive Member
system Time
Any idea how have a event that fires when the system Timer ticks to a new date or hour ???
or should I check every now and then ?
-
May 16th, 2001, 08:38 PM
#2
You could either use a Timer or the SetTimer API function to check when the date switches or a new hour comes.
-
May 16th, 2001, 09:00 PM
#3
Thread Starter
Hyperactive Member
SetTimer creates a timer that triggers an event after so many milliseconds have elapsed. The timer continues triggering events between intervals until it is removed using KillTimer. The timer can be configured to either send a WM_TIMER message to the owning window or call a callback function whenever the time-out period elapsed.
I dont see how this would help ... it works like a regular timer.
is there is some functionality i am not aware of , please let me know.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|