Simple scheduler

  • Thread starter Thread starter Jozef
  • Start date Start date
J

Jozef

Hello!

I need to make small desktop app that will show popup window in different
times during the day every day in week. Where I can find some examples how to do that?

I know how to write app that will do something every 1 hour or more, but in this
case i must define different times in 24 hour. Any ideas how to do that?!

Thanks

Sincerely,
J.
 
On 1/18/2012 7:06 PM, Arne Vajhøj wrote:

A solution like Quartz.NET seems like overkill for your
usage.

Arne

Thank you, i'll try do combine something.
I was thinking that there is some simpler solution...
 
Back
Top