Tray Icon for multiple users



Hello--

I have made a C# executable that monitors the server it is placed on.
This works great so far.

Since I don't have physical access to this machine, I have my
executable launched by task manager and it runs in the background. Its
owner is SYSTEM, so that when I log out of terminal services, the
application is still running.

My question is how do I show this app to all users who terminal service
in? I can see the .exe in task manager, but I can't get the GUI to
appear. The app resides in the system tray until you click on it, and
then a form appears. Right now, I can't get the tray icon to appear
under different logged in users.

I have the app set so only one instance can be executed at one time.
Any ideas? I'd prefer to not turn this into a service (though basically
that's what it is).

How can I get a process (executable) to appear visually to all users
who log onto the server via terminal services?

Thanks -

.



Relevant Pages

  • Re: Roaming Profile users having issues with Citirx App
    ... Your Terminal Services Security Website ... terminal server application. ... them use the app, had them log out and then log back in and the settings ...
    (microsoft.public.windows.terminal_services)
  • Re: Running app over Internet with TS
    ... To use Terminal Services, you need a Windows Server OS, TS licenses ... MS Access application accessible over the internet. ... then can TS provide me with an option to run the app over the Internet ...
    (microsoft.public.windows.terminal_services)
  • Re: When Do I Need a Server Back End?
    ... If your app is not already build on views, cursors or cursoradapter as data access you might have a nontrivial rewrite at hand otherwise. ... We currently have between 20 and 50 concurrent users on Terminal services and will quadruple that number (but need to buy a beefy new server). ...
    (microsoft.public.fox.programmer.exchange)
  • Re: preliminary questions on using TS for remote site to data center
    ... I am thinking the best thing to do is setup a terminal services server in the central office, where the database server is, and having the new sites use terminal services to use the processing software. ... This way we don't have to try to run the app over a WAN and don't have to have seperate remote database servers, ... In terms of sizing the terminal server hardware I assume I only need to take into account how much memory the actual app is using right? ...
    (microsoft.public.windows.terminal_services)
  • Console App in Sys Tray
    ... I have a console application that runs all the time on a server. ... way to place the app in the system tray when it is minimized? ...
    (microsoft.public.dotnet.languages.csharp)