Hello,
I have developed a Windows Service using C# that interacts with an external
application. The external application is used as monitor for the Windows
service and is launched from the service using "Start" method of the Process
class. The external application is a C# window form with a "system tray"
icon. On XP, 2000, and even 2003, everything works great and the icon is
displayed in the system tray...
But when the user is logged into terminal services, the icon is not
displayed in the system tray. We really need this icon to display in the
system tray in all cases, but do not have a clue on how to get it to display
while logged in under "Terminal Services"... Does anyone know what needs to
be done in order to get this to work? We really appreciate any help you can
give.
Thank you