For Programmers: Free Programming Magazines  


Home > Archive > Visual Studio > May 2004 > Re: Windows service creating a tray icon that shows up in a terminal









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Windows service creating a tray icon that shows up in a terminal
Abhisek Banerjee

2004-05-14, 12:31 am

The service should be installed and available for all users. By default
the service will be installed only for the currently logged on user.
Thus the tray icon will not be displayed if another user logs on.
Terminal services uses a standard user to log on to the system and then
gives it the logged on user's credentials , so it seems to your service
as a different user.

Cheers,
Abhisek


Arthur wrote:

>Hi,
>
>I have a service that displays an icon in the task tray when it's working.
>However, when I connect to the server through Terminal Services, I don't see
>the icon.
>
>Does anyone have any idea how an icon can be created that will not only show
>up in the console session, but any and all TS sessions that may be
>connected?
>
>TIA,
>
>Arthur
>
>
>
>


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com