MatsHulten
Programmer
The standard timer control executes an event every x milliseconds.
I need a control that executes in the same way, but uses the clock. For instance I would like to be able to start an event every day at 13.00
I can't use the sheduling functions in the OS as the program needs a certain amount of input at at startup, that can't be passed by parameters, or read from a file.
Any hints?
-Mats
I need a control that executes in the same way, but uses the clock. For instance I would like to be able to start an event every day at 13.00
I can't use the sheduling functions in the OS as the program needs a certain amount of input at at startup, that can't be passed by parameters, or read from a file.
Any hints?
-Mats