Questions tagged [notification-area]

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. For questions about creating or modifying a single tray icon use the trayicon tag instead.

The system notification area is part of a graphical desktop environment which acts as an anchor point for notification messages issued by the operating system and by running applications, and also for application status icons called tray icons (see ).

The system notification area is often known as the system tray, though this is a misnomer, a hangover from a pre-release feature of Microsoft Windows 95.

In desktop environments that support a notification area, the area is easily accessible and always visible (though the user may have the option to customise its visibility). For example, in Windows XP and in KDE 4, the system notification area is nestled alongside the clock on the main taskbar. This allows important notifications to be noticed immediately by the user, and makes it convenient for the user to access the tray icon for a running application even if the application window is minimized or hidden.

46 questions
0
votes
1 answer

How to show systray tooltip longer than 128 characters

According to MSDN, NOTIFYICONDATA::szTip only supports 128 characters of text. How do I workaround this limitation and show longer tooltip text?
tenfour
  • 36,141
  • 15
  • 83
  • 142
0
votes
1 answer

Shell_NotifyIcon not working even in Microsoft example

Shell_NotifyIcon does not show balloon tips for me. The icon shows up for a millisecond and disappears, and no text is shown. So, I downloaded Microsoft's NotificationIcon example from GitHub, and built it. Had to change Windows SDK in the project…
Dialecticus
  • 16,400
  • 7
  • 43
  • 103
0
votes
1 answer

Is my application icon visible in the Windows notification area?

My software has a notification icon. Windows hides inactive icons by default. When a user closes my application, I would like to inform them, that the application is still active in the background and they can reach it through the icon in the hidden…
CodeX
  • 717
  • 7
  • 23
0
votes
0 answers

Auto remove or hide app's notification from Notification Area in Win10

I have a winforms app works in the background with a NotifyIcon1 to show some countdown balloon tips with the code below: Private Sub tmrCountdown_Tick(sender As System.Object, e As System.EventArgs) Handles tmrCountdown.Tick If countdown > 60…
nambk
  • 445
  • 3
  • 13
0
votes
0 answers

Garbage pixels in transparent background of QSystemTrayIcon

I'm trying to make a system tray icon using Qt 5.10.0. The icon would be non-rectangular (text actually). My current code works normally on a KDE Plasma panel, but on XFCE4-panel it appears to have garbage in the background, whenever icon's pixel is…
Ruslan
  • 18,162
  • 8
  • 67
  • 136
0
votes
2 answers

Ios notification cluttering on notification area

I have an iOS app written in objective c. I am facing issues with cluttering of notifications in the notification area. The local notifications will be triggered after every hour. If the user doesn't click on the notification, the next notification…
0
votes
0 answers

Notification icon transparency issues when dragging

I have a WinForms app, the major component of which is an icon down in the notification area. I've noticed that if I drag this icon (to reorder it, or move it to/from the list of icons that are hidden by Windows) then its transparent pixels are not…
Richard Ev
  • 52,939
  • 59
  • 191
  • 278
0
votes
3 answers

Programmatically obtaining a Windows application's tray menu items

I have an application with a tray menu and I'm trying to automate some tests that involve the tray menu. Basically I need obtain the tray menu's items and do stuff with them. However, I've only been able to find ways to programmatically obtain menu…
conectionist
  • 2,694
  • 6
  • 28
  • 50
0
votes
1 answer

Can one sell notification area based application in Windows Store

Back when Windows Store started, it only supported distribution of sandbox-based applications. I could only write something that displays in the Metro-style window and didn't have much integration with a desktop at all. I need to sell an application…
Maxim V. Pavlov
  • 10,303
  • 17
  • 74
  • 174
0
votes
1 answer

how to show already instantiated (running) class Form1 from another class (ApplicationContext)

I have a class for Application Context and in it, among other things i have some methods to send a Form1 class to system-tray, my problem is how to show already instantiated class From1 while still running in system-tray, example: class…
Dusan
  • 791
  • 5
  • 16
0
votes
1 answer

Place Chrome Extension icon in Notification Area (Windows)

I am developing an extension for the Chrome browser with the API provided. I was just wondering if it is possible to place an app/extension (icon) in the notification area for easy access like the Google Hangouts app.
0
votes
1 answer

Creating a Notify Icon Form

I am new to C#, but I have persevered with it and have made a start on my first proper program. The program consists of a Notify Icon that exists in the Notification area, and when it is clicked, the form will be displayed for a short period. So…
topherg
  • 4,203
  • 4
  • 37
  • 72
0
votes
1 answer

Show notification icon context menu after performing some action

I need to show the context menu for my notification icon context menu for both left and right clicks after performing some actions rather than right after the click. It works perfectly for the left-click as: sysTrayIcon.MouseClick +=…
sohil
  • 508
  • 1
  • 3
  • 14
0
votes
1 answer

Programatically remove wifi (Wireless Network Connection) icon from system tray (notification area) in Windows 7

I want to remove wifi notification icon from system tray using C#. How this can be achieved? Modified: I do not want to disable wifi or any other network connection but hide.
M P Mathugama
  • 1,418
  • 1
  • 20
  • 31
-1
votes
3 answers

How can keep notification in notification area/ bar if device shutdown?

I am trying to implement push notifications and I got notifications too. But now I need to notifications in notification bar when switched on. I.e. if I got notification when mobile is on at time we did not see notification that is in notification…
Latha
  • 125
  • 1
  • 2
  • 10