Questions tagged [trayicon]

for questions about creating a tray icon for a software application, customising the behaviour of a tray icon, and adding application control or monitoring to a tray icon. For questions which relate the system notification area or system tray in general, use the notification-area or system-tray tag instead.

About

A tray icon is a small, graphical, interactive icon which remains available in the of a graphical desktop environment such as , , , and , to allow for convenient control, monitoring and/or termination of a running software application.

In desktop environments that support a notification area, the area is easily accessible and always visible, so that tray icons and important notices can be seen immediately. For example, in Windows XP and in KDE 4, the system notification area is nestled alongside the clock on the main taskbar. The system notification area is often known as the system tray, though this is a misnomer.

Tray icons may be permanently visible in the system notification area, or the desktop environment may allow automatic or manual hiding of tray icons which belong to applications which are currently inactive or rarely used.

289 questions
-1
votes
1 answer

WPF: Created system tray icon but it is corralled in subwindow

I added a tray icon to my app, but most of the time in order to see it in Windows 8.1, I have to click on an up arrow in the tray icon area that brings up a subwindow that has numerous other tray icons. How can I get my tray icon to always appear in…
-2
votes
1 answer

Why app sometimes crashes when getting Icon from file?

I have functions to load and get Icon from files as follows: std::map m_map_icons; void WindowSysTray::_loadIconFromFiles() { ... for (int i = 0; i < 3; ++i) { wstring temp = path + trayList[i]; HICON hIcon =…
CH4
  • 85
  • 2
  • 13
-2
votes
1 answer

How to extract the icon on system tray through the iImage member of TBBUTTONINFO structure with C++ api under win7 32bit?

First of all,i have gotten the value of iImage member of TBBUTTONINFO structure. Next,i wanna extract the icon on system tray through the iImage member of TBBUTTONINFO structure with C++ api under win7 32bit? Is it possible and if it is,what should…
digger
  • 55
  • 2
  • 5
-2
votes
1 answer

Hide icon in tray windows

I use a component in my C # application it loads the DLL, an icon appeared in the windows tray, is there any way to hide the icon in tray using the command line or any exe with arguments? Thanks.
Jean Michael
  • 117
  • 1
  • 2
  • 7
1 2 3
19
20