Hi all,

I’m in need of help in relation to scheduling tasks in VB.NET. I’m developing a File Backup Utility in VB.NET and one important aspect of the application is allowing the user to specify a time as to when the backup will run. I have written the backup routine and it works perfectly, however, the main problem is calling this routine at a specific time. I’ve looked into using Timers; however, I have read that using them can be inefficient. Can anyone shed some light on how I might be able to achieve this?

Kind regards,



Jenova