Simple scheduler

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.
 
A

Arne Vajhøj

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?!

There are Timer's that can do that.

Maybe:

http://msdn.microsoft.com/en-us/library/ah1h85ch.aspx

Arne
 
J

Jozef

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top