Top "Notification-area" questions

Show a Balloon notification

I'm trying to use the below code to show a Balloon notification. I've verified that it's being executed by using …

c# .net winforms notifyicon notification-area
How can I show a Notification Area Balloon and Icon from a Windows Service?

I have a Windows Service that is always running when the user starts their workstation. This Windows Service is critical …

c# windows-services notifications notification-area
The missing system tray icons on Fedora 19 Desktop Edition

Once installing Fedora 19 Desktop Edition, I run the systray of Qt Example. But I could not look for the system …

fedora gnome notification-area
How could I detect when my application is minimized?

I have a program with an option to enable minimizing to the taskbar's notification area. In order for this to …

c++ windows winapi minimize notification-area
How can I check if my application has focus?

What I want to do is check if my application has focus because if it is not then I will …

delphi winapi vcl notification-area
Show a winform over the notification area

I want to show a winform in the very right down corner just above the system tray, How do I …

c# winforms notification-area