wpf-notifyicon
wpf-notifyicon copied to clipboard
NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
The CloseTrayPopup function has not been released.
It does not appear there is anyway to close the tray popup without clicking outside of the window. It appears this has been addressed in the latest code base however...
I've created the TaskbarIcon as following (although styles have been added, but the issue remains even when I use an exact copy of this TaskbarIcon. The issue is that whenever...
How can I make my TrayIcon react to Theme changes? When I change my app theme from light to dark or vice versa, tray icon stays the same until I...
As requested, opening an issue for the code comment [made here](https://github.com/hardcodet/wpf-notifyicon/commit/ec2e870cc613e8b9a0a588508105ecd5c3c9b95d#r71966509) Basically, as long as a context menu is set, left clicking the icon will always trigger it after the...
After a few tests I've concluded that imo the right place for NIN_SELECT is when a mouse click event is complete (at WM_LBUTTONUP). Tested on Win10 and Win11, NIN_SELECT is...
I have an icon package with icons of 3 sizes: 64x64, 32x32, 16x16, the icon must be 16x16 in my case, but is always picked an icon with a higher...
By adding a BitmapSource.ToIcon extension method to util.cs, along a check in ImageSource.ToIcon to look for the concrete type and call said method, the IconSource can be bound to a...
**CS** ``` public static RoutedCommand ChooseFolderCommand = new RoutedCommand(); private void ChooseFolderCommandExecuted(object sender, ExecutedRoutedEventArgs e) { // ... } ``` **XAML** ``` ``` **Noteworthy** * The Command gets never disabled...
just displays tooltip