sgt_pinky Posted January 2, 2006 Posted January 2, 2006 What is the best way to create an event that fires at 8am everyday? I have a method now that works, but I am sure it's not the best way. Maybe there is someway using API or something in .NET 2.0 that I am unaware of. TIA, Pinky Quote
HJB417 Posted January 2, 2006 Posted January 2, 2006 I was thinking windows scheduler. To do it programatically requires using COM and the ITask interface. Task Scheduler Library for .NET Quote
sgt_pinky Posted January 3, 2006 Author Posted January 3, 2006 Cheers big ears, that's exactly what I wanted ;-) Thanks. Quote
rbulph Posted January 5, 2006 Posted January 5, 2006 Can't you just use a timer control with a very long Interval? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.