Top "System-tray" questions

For questions about the system notification area (which is often called the system tray), on topics such as examining or adjusting the tray icons in the notification area, and issuing or capturing notification messages handled by the notification area.

System Tray Icon in C++

I got a basic window made from C++. What I need to do is whenever I click the Minimize button …

c++ winapi system-tray
What's the simplest way to put a python script into the system tray (Windows)

What's the simplest way to put a python script into the system tray? My target platform is Windows. I don't …

python system-tray
Best Icon size for displaying in the tray

I am working on a Delphi program which will display an icon on the "tray". I am doing it "the …

delphi winapi shell system-tray
System Tray (Menu Extras) icon in Mac Os using Java

I'm developing a desktop application using Java. I want to put an icon (with a contextual menu) on the system …

java macos desktop-application system-tray
Can you send a signal to Windows Explorer to make it refresh the systray icons?

This problem has been afflicting me for quite a while and it's been really annoying. Every time I login after …

icons windows-explorer system-tray systray
System tray icon with c# Console Application won't show menu

I've got a small C# (.NET 4.0) Console Application that I'd like the user to be able to interact by showing …

c# .net system-tray
Tray Icon animation

I know how to place a icon in the Windows notification area (system tray). What is the best method to …

c# wpf system-tray notifyicon trayicon
How to make a taskbar (system tray) application in Windows

The only way I know to launch a windows application is through CreateWindow. Unfortunately, there is not a window style …

c++ winapi taskbar system-tray visual-c++-2008
Refreshing system tray icons programmatically

I've an application which has a system tray icon. While uninstalling I'm killing the process if its running. So, as …

c# pinvoke system-tray trayicon
PyQt4 Minimize to Tray

Is there a way to minimize to tray in PyQt4? I've already worked with the QSystemTrayIcon class, but now I …

python pyqt4 system-tray minimize