GUI from Windows Service
-
Hi, Does any one know to pop up a GUI from a windows service? The windows service I am developing uses process to execute exes(another applications). Some of those exes may have user interface. Since the exe's are being executed from a windows service, the user interface of that is not displaying. Thanks, Jo.
-
Hi, Does any one know to pop up a GUI from a windows service? The windows service I am developing uses process to execute exes(another applications). Some of those exes may have user interface. Since the exe's are being executed from a windows service, the user interface of that is not displaying. Thanks, Jo.
If you look at the service in the control panel you should find an option that allows the service to interact with the desktop. It should be under the logon tab.