|
-
June 4th, 1999, 10:56 AM
#1
Timer Function or something similar in VC++????
If I need a function to be carried out at certain real time intervals, is there any way to do this in VC++
-
June 4th, 1999, 11:01 AM
#2
Re: Timer Function or something similar in VC++????
You can use the SetTimer API call provided by Windows. When you call SetTimer, the system will send you WM_TIMER messages at the interval that you specify.
-
June 4th, 1999, 11:01 AM
#3
Re: Timer Function or something similar in VC++????
You can use the SetTimer API call provided by Windows. When you call SetTimer, the system will send you WM_TIMER messages at the interval that you specify.
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
|