I read a few posts here in StackOverflow about scheduling tasks, but I'm not sure if everything is correct. I am encoding (in VB.Net) a backup application that I would like to add as a scheduled task (in fact, I just want the user to decide to run it every day, for example, 3 AM).
I read posts suggesting using the Windows service for this, but that sounds a bit for something as simple as running a task periodically, right?
Could you advise me how easy it is to set up a scheduled task in VB.Net? I try to keep my code as light as possible.
Clement
source share