wpf-notifyicon
wpf-notifyicon copied to clipboard
NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
Using the WPF tooltip control for showing tool tip text feels out of place on Windows 11, as basic text based tooltips should be displayed using the `NIF_SHOWTIP` flag. Fixes...
When the mouse quickly swipes into and out of the tray icon, there is a probability that Tooltips will appear in the upper left corner of the screen, Please help...
 I run sample code and foud that show standard balloon cann't work, but show custom balloon working properly. my os is windows 11
Hello, Running into a weird issue when my context menu doesn't launch any UI, but simply performs an action. In this case, the System Tray overflow stays open. It also...
I'm attempting to use two instances of TaskbarIcon – one for displaying balloons and another for managing the system tray icon. This has resulted in having two icons in the...
I want to place the ToolTip at a particular position based on where in the tray my application icon is present ( Like avast does) Is this possible with this?
code: ` ` When I click middle button on tray icon, "TrayLeftMouseUp" event was raised
May I ask what is causing this? How should we solve it? The stack information is as follows: System.Exception: Failed to communicate with the given AppBar ?, in void AppBarInfo.GetPosition(string...
There are a few very nice and much needed PRs waiting to be merged, for a while now, when can we expect a new release?