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.

How to prevent leaving an Icon in System Tray on exit?

My program puts an icon in the system tray because the user may minimize to it. However, if the application …

c# .net system-tray
Minimizing/Closing Application to system tray using WPF

I want to add application in System Tray when user minimize or close the form. I have done it for …

c# wpf system-tray
C# MessageBox To Front When App is Minimized To Tray

I have some code that popups a message box: MessageBox.Show(this, "You have not inputted a username or password. …

c# .net winforms messagebox system-tray
To Hide JavaFx fxml or JavaFx swing application to System Tray

I want to develop a client app for website . I want the app to reside in system tray when minimised. …

javafx-2 system-tray fxml
System tray icon in node.js application

This is what I need in my node.js application: System tray icon changing this icon during application work menu …

javascript node.js user-interface icons system-tray
Changing System Tray Icon Image

I have built a Tray Application in .Net which works fine. However, users want to change Tray Icon image at …

c# .net winforms system-tray trayicon
how to put an .net application in system tray when minimized?

can anyone please suggest a good code example of vb.net/c# code to put the application in system tray …

.net system system-tray
How do I ask Windows for the size of system tray icons?

I noticed that my app sends icons to the Windows tray with a size of 16x16 pixels--and my Vista PC …

windows winapi taskbar system-tray
How to write an application for the system tray in Linux

How do I write my application so it'll live in the system tray on Linux? In fact, just like CheckGmail. …

c++ python c linux system-tray
How to create WPF System Tray Icon when no "Main" host window exists

Background We have an application that sits in the background and utilizes FileSystemWatcher to monitor a folder for new files, …

wpf system-tray