wpf-notifyicon
wpf-notifyicon copied to clipboard
NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
Last few weeks I have been trying to get Windows 10 notifications working with WPF (custom deployment was causing issues with App Identity). Today decided to try NotifyIcon BalloonTip and...
since the traybar icon is inheritting from FrameworkElement->UIElement i expected to be able to use Microsoft behaviours to use event triggers to invoke a command, but i found out that...
NotifyIcon.Wpf.TaskbarNotification (.NET 4.0) v1.0.5.0 I get this exception when attempting to show a dialog window. There are other people on StackOverflow who have encountered this error as well. https://stackoverflow.com/q/28833702/2596334 >...
Dear Hardcodet Team, First I want to say thanks for you amazing work, you really did great job, especially supporting .net core. I have small project targeting .Net 5, where...
Hi, I love all your controls here. However, your license, the CPOL, prevents the library from being used in many open source projects because of its restrictions on "illegal" and...
I've been using NotifyIcon for a long time now for my application which was working fine on my test machines but I receive a lot of logs with the aforementioned...
WPF .NET5 Nuget Version 1.0.8, ContextMenuOpening event never fires when context menu opens. See example code below ``` ``` Workaround is listening to `PreviewTrayContextMenuOpen` on `tb:TaskbarIcon.ContextMenu`
Hi Philipp, the ToolTip can be opened with mouse over the Notify Icon, but the Popup only works with a click. How I can also open the Popup with a...
In the WindowLess sample, if the icon is in the popup window that shows additional systray icons, when operating on the context menu or double-clicking the icon, the popup window...
It would be nice to have also the `CustomBalloonClosed` event on `TaskbarIcon` (similar to the `TrayBalloonTipClosed`) - which would be triggered after a custom balloon was closed (both explicitly by...