grip003
Regular
Is there any way to create a windows service and have that service load up a form and then minimize it to the system tray? I have a backup utility application that I wrote to backup a server, and one day the server went down while I was on vacation. I had them boot it back up, but the backup utility would not start unless a user logged into the server, which I did not allow while I was away. I would really like that backup utility to run as a service so I could avoid this problem the next time the server needs to be re-booted.
So far, I have tried to create a service that loads my main form in the OnStart() function. The service starts, but no form is loaded. Any ideas?
So far, I have tried to create a service that loads my main form in the OnStart() function. The service starts, but no form is loaded. Any ideas?