Hi people,
How does one create a timer in a thread that does not have
a dialog? pretty much like CreatWaitableTimer under NT.
Cant use sleep cos I am using waitForMultipleObjects and waiting
for a button click aswell as a timer. I can create a timer in
the main thread and set an event to triger the waitfor when the
timer fires, but the thread cant reset the timer in the
main thread when its done ?
Any ideas ?
TA.
NJH.
------------------
How does one create a timer in a thread that does not have
a dialog? pretty much like CreatWaitableTimer under NT.
Cant use sleep cos I am using waitForMultipleObjects and waiting
for a button click aswell as a timer. I can create a timer in
the main thread and set an event to triger the waitfor when the
timer fires, but the thread cant reset the timer in the
main thread when its done ?
Any ideas ?
TA.
NJH.
------------------
Comment