June 2003
Intermediate to advanced
800 pages
34h 20m
English
You want to create a Windows service that uses some type of user interface, such as a system tray icon.
If possible, do not implement any user interface in a Windows service. As a last resort, enable desktop interaction using the Computer Management console.
Microsoft guidelines discourage user interfaces with any Windows service application. Adding a user interface can lead to security risks and can prevent the service from running at all if the required permission isn’t granted. In fact, Windows services should be able to run with absolutely no user intervention—there might not even be a user logged on to the computer.
In cases where you do need a user interface to configure ...
Read now
Unlock full access