How Programatically add to Scheduled tasks

  • Thread starter Thread starter vighnesh
  • Start date Start date
V

vighnesh

Hi Folks

I am doing an VB.NET application in which I want to add scheduling feature,
so that my application can run at a scheduled time, how can it be done
programatically.

Please post your suggessions.
Thanks in advance
 
Vighneswar,
If you hop on over to codeproject.com , they have a couple of articles where
somebody has wrapped the Task Scheduler functionality into a .NET class
library.
I don't remember the actual name, but a few well-chosen keywords in your
search should bring it up with no problems.
Peter
 
Back
Top