I have a Windows Forms application that I wrote that does some monitoring of an inbox and database. The customer has informed me that it needs to run every time the server reboots. Shame on me for letting the customer change the requirements.
I was thinking ... is there any way to make a Windows Forms application run as a service so that it starts automatically?
Clarification
I would like to try to not have to write any more code ... if possible!