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
6
votes
3 answers
Can I re-gain a systray icon of a running app that has gone missing?
Since I've finally got an answer for this question: Can you send a signal to windows explorer to make it refresh the systray icons, that asks about getting rid of dead systray icons, I would like to ask for the opposite.
Is there a way to "nudge"…

Gustavo Carreno
- 9,499
- 13
- 45
- 76
5
votes
3 answers
Creating single instance for system tray in java
I am working in a desktop application created in java. we are working for windows version (for running on windows O.S.) of the application. When we run our application, it creates a tray icon on desktop by using systemtray as
SystemTray tray =…

Toman
- 1,156
- 1
- 12
- 29
5
votes
1 answer
Programatically forcing icons to be visible in the "notification area" /"systray") in windows 7
Windows 7 allows users to hide/show icons in the "notification area" (aka systray).
By default I think they're hidden?
Is it possible to programatically (either through the app or through an installer) to force icons to appear?
Edit: I'm not looking…

John
- 1,974
- 2
- 25
- 32
4
votes
1 answer
Proper Way of Handling GUID used by Windows NotificationIcons
The Microsoft Documentation reads:
Notification icons specified with a GUID are protected against spoofing by validating that only a single application registers them. This registration is performed the first time you call Shell_NotifyIcon(NIM_ADD,…

elvenking
- 97
- 6
4
votes
1 answer
Clean up/Refresh Tray Area in C#
When either hiding my tray icon and closing the application, half the time my application's tray icon gets 'stuck'. Meaning doesn't leave until you mess around in the tray area.
I know that to clean up during closing I can do trayIcon.Dispose() but…

mattsven
- 22,305
- 11
- 68
- 104
3
votes
0 answers
can Ruby GTK::StatusIcon use to find existing systray icon?
I try to automate right clicking windows systemtray icon using ruby. After searching on web, I find GTK::StatusIcon can be used to create NEW systray icon and menu, etc. However, I didn't find a way to identify current/existing icons. From searching…

runfrankierun
- 31
- 2
3
votes
2 answers
How to re-add icon to system tray after explorer.exe crash
My java application currently has an icon in the system tray. When the system tray crashes, however (you can simulate this by killing explorer.exe in the taskbar), the icon disappears after the system tray returns.
When I check…

Angeline
- 47
- 1
- 7
3
votes
5 answers
Getting a .net app and a vb6 app to talk to each other?
I have a couple of applications that depend on each other. One is a robust vb6 application. The other is my eagerly anticipated, stealth technology employing, and likely oscar winning .net (2.0) systray application. The vb6 app starts the systray…

peacedog
- 1,415
- 20
- 32
3
votes
3 answers
How to change the tray icon with Java?
I need to change the tray icon, so that it would notify users about the number of unread messages.
How to do this with Java?

Mediator
- 14,951
- 35
- 113
- 191
3
votes
3 answers
Password Protect Winforms Application
I have a simple WinForms application that runs in the system tray. Is it possible to password protect the program from closing if a user tries to close it from task manager?
Ideally I want to keep a user from closing the process but if windows is…

GarudaLead
- 469
- 1
- 5
- 18
3
votes
1 answer
Minimise any program to system tray
Hey, I am trying to make a program that minimises any program to the system tray instead of normally minimising it. Is this possible? I have been looking around on google but cant find anything.

Crazyd22
- 783
- 5
- 10
- 24
3
votes
0 answers
wx.TaskBarIcon in Ubuntu 13.04 (GNOME or Unity)
I've used wx.TaskBarIcon to successfully implement a systray interface to my application on Windows and Mac but am having severe trouble with it on Ubuntu.
There's already been two SO questions regarding this on previous versions of…

fatuhoku
- 4,815
- 3
- 30
- 70
3
votes
1 answer
Delphi application form shows instead of hiding at startup
I have a program where it will not start minimized and shows a very small window on the dekstop.
Image: https://i.stack.imgur.com/aFc6o.jpg
Code:
program:
program Project4;
uses
Forms,
Unit4 in 'Unit4.pas' {Form4};
{$R *.res}
begin
…

Daniel
- 315
- 5
- 16
3
votes
1 answer
TrayIcon balloon does not show up
I compiled my trayicon utility c++ code in visual studio 2005 express edition and tray icon balloons showed up successfully but later I deleted my firewall, switched on to windows firewall and now I am on another firewall software. Now i ran my same…

Faran Shabbir
- 423
- 1
- 6
- 18
3
votes
0 answers
Get trayicon tooltip
When you hover over a trayicon in windows, sometimes a tooltip appears giving you some information about the status of the application the trayicon belongs to. I want to get this text into a variable in a programming language (preferebly Batch,…

born
- 656
- 1
- 6
- 21