system-tray
how to write WPF application running on system tray only? [duplicate]
This question already has answers here: Closed 12 years ago. Possible Duplicate: WPF Application that only has a tray icon[详细]
2023-01-24 05:17 分类:问答Drag and drop files/text to tray icon (C#, WindowsForms)
I\'m trying allow drag and drop to the tray icon on my application. I know it\'s impossible to do this with the higher level C# WindowsForms API, since NotifyIcon doesn\'t support drag events.[详细]
2023-01-20 11:45 分类:问答Windows aplication that lives only in the taskbar
I\'m new to windows programming (any win 32 API). I want to create a windows application that listens to the clipborad all the time and reacts to keyboard shortcuts (for example you copy text from the[详细]
2023-01-20 09:36 分类:问答How to get the window handle of another app minimized to the system tray?
Instance A is trying to restore instance B\'s window, but I can\'t get the B\'s window handle. I think the problem is that the window is being minimized by B to the s开发者_Python百科ystem tray using:[详细]
2023-01-16 02:56 分类:问答c# - Tray Icon not showing
I have a NotifyIcon set up on my main form, however when the form ran the notification icon doesn\'t appear?[详细]
2023-01-15 16:55 分类:问答Application Client Agent Design
I need to create a small app which will run on my client machines as \"agent\" which will periodically check in with a server for certain 开发者_StackOverflow社区tasks.[详细]
2023-01-15 08:03 分类:问答How do I hide tray icons of other applications/processes (from my app)?
can some one show me how to hide/show tray icons of other applications/processes using my application,i want to hide the \'\'connected to internet\'\'icon(those two computers that turn blue when data[详细]
2023-01-11 10:27 分类:问答SWT Tray Icon Popup
I\'m playing with a Tray and TrayItem in SWT, and i was wondering if there was a way of getting the location on screen of the i开发者_如何转开发con. I want to be able to position another shell just un[详细]
2023-01-06 22:45 分类:问答Closing a window when it's "no longer needed"
This is kind of a hard question to describe, and I\'ve searched for about an hour now to no avail. Essentially, picture a small \'flyout\' window like the Windows 7 Wireless Control or the Volume Sli[详细]
2023-01-03 16:01 分类:问答Tray Icons Keep On Popping Up
I have a WinForm program that checks a database for changes, and if there are any, it will open another WinForm telling the user what is happening (the popup WinForm has some special functionality mak[详细]
2023-01-02 20:45 分类:问答