I have a desktop application in C # and I want to do this window service. Is it possible to make this application a Windows service? Basically, I want the application to show gui when it was needed, and upone to minimize it, and it should also appear in services ... For the application, just take the example that my application has a timer and a multi-line text box, and also interacts the database is with it and its display of the timely status from the database, so when I need to see it, I can start the graphical interface from the system, try it?
Any help would be greatly appreciated. Thanks!
Vicky source share