Creating a c# application/windows service that runs once a day -


hi need create application runs once day. app can run @ time of day right after user login first time within day.

my question, best approach this. should create windows service or windows application this?

another requirement app must run once day no matter unless has been uninstalled.

you can use windows task scheduler.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -