The system tray (or "systray") is a part of Microsoft Windows taskbar that is used to display some programs and notifications.
Questions tagged [systray]
108 questions
-1
votes
2 answers
C#, how to call a form object from a tray based application
I am trying to load a form class from a program running as a tray icon that originally used
FileList frmFileList = new FileList();
Now instead of a filelist I want to use a custom form but I get the error:
Error 1
…

DOSrelic
- 1
- 1
- 2
-1
votes
1 answer
vista bllocks my systray icon for some reason
Why VISTA says to end-user that it has blocked my app's systray icon? how to avoid this?

Tom
- 6,725
- 24
- 95
- 159
-2
votes
1 answer
system_tray to receive notifications of device removal
I'm writing an application which check for my usb device and if the device is avialable make a dial-up connection. I use Rasdial to establish the connection. Unfortunately if I remove the USB cable the connection is not getting disconnected or…

2vision2
- 4,933
- 16
- 83
- 164