Hi..

I'm trying to write an application that perform certian tasks at certian times. Basically, the user enters the frequency (5 minutes, 10 minutes, etc.. ) and the app will perform what it's written to do at those times. My only preliminary thought was just looping until the time is met but that would be tremendously CPU intensive. Are there any other controls or methods that would handle this better?

Thanks,
Rich