Results 1 to 3 of 3

Thread: system Time

  1. #1

    Thread Starter
    Hyperactive Member razzaj's Avatar
    Join Date
    Oct 1999
    Location
    jounieh
    Posts
    261

    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 ?
    - regards -
    - razzaj -

  2. #2
    Matthew Gates
    Guest
    You could either use a Timer or the SetTimer API function to check when the date switches or a new hour comes.

  3. #3

    Thread Starter
    Hyperactive Member razzaj's Avatar
    Join Date
    Oct 1999
    Location
    jounieh
    Posts
    261
    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.
    - regards -
    - razzaj -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width