I am about to create a flex/air application that uses vb.net. The application is supposed to check for customer's birthdate and automatically send them a greeting message.
I am now wondering if i can eliminate the user's intervention of initiating the action (the checking and sending part), such that dll(that checks and sends the greeting message) can run as a windows service and is started with the system start up. I hope the gist is clear. Thanks for your help

