Execute Code @ Certain times

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking to run a function at 10 after of every hour of the day. Does anyone know how to do this - or where I should look. I tried using a timer and adjusting the elapsed time - but I would like the program to just ececute @ 10 after every hour instead of waiting on a counter

Thanks - Drew
 
Use the windows scheduler or run a timer every minute or so and check if its
10 after the hour.
JB
Drew said:
I am looking to run a function at 10 after of every hour of the day. Does
anyone know how to do this - or where I should look. I tried using a timer
and adjusting the elapsed time - but I would like the program to just
ececute @ 10 after every hour instead of waiting on a counter.
 
Back
Top