I'm using the Windows Task Scheduler (WTS) to start an application that reminds me every day at 9 h in the morning to do some routine task -that I tend to forget about- by displaying a message in a form.
In this form there is a checkbox "Remind me every 15 minutes", but I just don't know how to implement it: should I leave the application in memory with the form invisible and use a timer to make it visible every 15 minutes (doesn't look elegant to me) or is there a way of doing it by manipulating the WTS before closing the application? Of course I can program the WTS to run the job every 15 m. but how do I enable/disable it from the application?
Btw I'm using WinXP Professional.




Reply With Quote