Click here to Skip to main content
15,891,749 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to perform Certain action at particular time (23:55) daily while my application is running at background.
Posted

1 solution

You can use the Windows task scheduler for that purpose. See this answer here for some sample code:
http://stackoverflow.com/questions/2489999/how-can-i-schedule-tasks-in-a-winforms-app/2490142#2490142[^]
Or see these answers for more ideas how to solve your issue:
http://stackoverflow.com/questions/3243348/how-to-call-a-method-daily-at-specific-time-in-c[^]
 
Share this answer
 
Comments
Mehdi Gholam 25-Sep-12 1:20am    
5'ed

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