In my WPF application, I had to set a systray ico开发者_JS百科n. It\'s a business application which will be used every days.
i am trying to display system tray icon in my program. when i start my program it shows window and when i colse window it gets hidden.
I got \"Balloon tip text must have a non-empty value\" exception when the OnStateChange(). This method called when my application is minimized.
How do I do an application that runs only as a SystemTray TrayIcon on mac os x, (without an awt window and dock icon)?
In my application I have context menu which is associated with tray icon of the application, when user click on About menu item, it display the message box. Message box is still visible, user right cl
What are the alternatives to balloon hints to show notifications from the tray bar? What I want to achieve is something like Skype notifications, so I want to also have the feature of piling up notif
How to minimize chrome browser to tray when I click on standard minimize button? I don\'t want Chrome to appear in task bar.
I have a Delphi 2006 app that can minimize to a tray icon, and displays various alert messages via a balloon hint over the tray icon.
I Have a VS2008 app that needs to display two notifyIcons in the System tray. One is the main application icon, which allows quick access to the GUI. The second is a \"new message\" icon, which is dis
Here is the code of my simple tray application. It crashes with segfault when i call information window from context menu of application and then close it.