system-tray
Shortcut Keys in Java
How could I (for example) maximize the window from tray icon when a specified key combination is pressed?[详细]
2022-12-18 02:33 分类:问答Not receiving WM_QUERYENDSESSION when minimized to system tray
I\'m trying to catch WM_QUERYENDSESSION to save some data in the app, but it seems that I\'m not receiving this message on User logoff/system restart when the app is minimized to the system tray. How[详细]
2022-12-18 01:40 分类:问答My tray icon stops responding when my app is minimized!
After finding this question and following 开发者_JS百科the instructions there, plus following many of the links, I managed to get my app to appear as a system tray icon, and it disappears from the tas[详细]
2022-12-16 01:26 分类:问答SWT TrayItem Mouse listener
I use SWT for my app and all significance of it, to u开发者_如何学运维se system tray. May be some one know how to add mouse listener to the TrayItem (or just handle mouse events)? For example, handle[详细]
2022-12-15 04:36 分类:问答Windows System Tray icons - controlling position
I have a few old apps I\'ve written (in Delphi) which for various reasons use a system tray icon. Most are using AppControls TacTrayIcon or some other similar component.[详细]
2022-12-15 03:45 分类:问答C# Windows Application Doesnt Show In System Tray Correctly
i am trying to get a c# winforms application to startup only in the system tray but when i use the following commands it shows in the system tray but also shows as a little title bar just above the ta[详细]
2022-12-14 10:44 分类:问答C# system tray context menu showing below the icon
I have a Windows Application that I have c开发者_Go百科reated that utilizes the system tray to \"hold\" the application when it is open and running behind the scenes. However, the popup context menu t[详细]
2022-12-14 06:20 分类:问答System Tray Icon not appearing on startup
I use the following code in the FormCreate event handler to create a system tray icon.When I run my program the system tray icon appears fine.[详细]
2022-12-13 20:51 分类:问答Custom system tray icon "balloon tooltips" for Qt?
I know that in the .NET framework there are a handful of alternative third-party controls for normal system tray icon \"balloon tips\", that allow you to change the colors and add 开发者_如何学Pythons[详细]
2022-12-10 19:34 分类:问答How to prevent leaving an Icon in System Tray on exit?
My program puts an icon in the system t开发者_如何转开发ray because the user may minimize to it. However, if the application crashes, or I stop the app from running in VS it leaves the icon in it unti[详细]
2022-12-09 06:10 分类:问答