Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, I am thinking of developing an app in C#.net, visual studio 2008. I keep the PC and application running but the app will start working on a specific time. I have no idea how to do that.

Thanks in advance for any kind of information.
Posted

 
Share this answer
 
The easiest and most reliable way of doing this is just to have Windows Scheduler start your program at the specfied time. Leave the whole scheduling part of the program to Windows, and just concentrate on writing your program so it does what it needs to.
 
Share this answer
 
Just create a normal windows application and schedule the exe using Scheduled task[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900