Ok, on to the Windows service.
There are a couple of things about a Windows service. First, you need a timer and second, unless you want to wait until the timer ticks down to 0, you need to place your code in a routine and call it for the first time from the OnStart() method.
So, in ...
[More]