Click to See Complete Forum and Search --> : Timer Function or something similar in VC++????


cmontano
June 4th, 1999, 10:56 AM
If I need a function to be carried out at certain real time intervals, is there any way to do this in VC++

Rob
June 4th, 1999, 11:01 AM
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.

rob
June 4th, 1999, 11:01 AM
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.