Does anyone know of a way to run a procedure at specified time intervals, say hourly, without using the Timer control. The Timer control only allows for short time intervals (I think its 64000 milleseconds?). I guess you could nest the controls and have one elapsed interval initiate another Timer (and so on...) but this would be the brute force method. I am sure there is a more elegant way.

shawn