H.NotifyIcon.WinUI
2.0.18
See the version list below for details.
dotnet add package H.NotifyIcon.WinUI --version 2.0.18
NuGet\Install-Package H.NotifyIcon.WinUI -Version 2.0.18
<PackageReference Include="H.NotifyIcon.WinUI" Version="2.0.18" />
paket add H.NotifyIcon.WinUI --version 2.0.18
#r "nuget: H.NotifyIcon.WinUI, 2.0.18"
// Install H.NotifyIcon.WinUI as a Cake Addin #addin nuget:?package=H.NotifyIcon.WinUI&version=2.0.18 // Install H.NotifyIcon.WinUI as a Cake Tool #tool nuget:?package=H.NotifyIcon.WinUI&version=2.0.18
H.NotifyIcon - NotifyIcon for .Net Core 3.1/.Net 5/.Net 6 WPF and WinUI
** This is a fork, if you see any activity in the official version - it's better to use them - https://github.com/hardcodet/wpf-notifyicon **
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF/WinUI platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF/WinUI framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.
Nuget
Install-Package H.NotifyIcon.Wpf
Install-Package H.NotifyIcon.WinUI
Usage
<Window
x:Class="Hardcodet.NetDrives.UI.SystemTray.Sample"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:tb="http://www.hardcodet.net/taskbar" // WPF
xmlns:tb="using:H.NotifyIcon" // WinUI
>
<tb:TaskbarIcon x:Name="myNotifyIcon"
Visibility="Visible"
ToolTipText="Fallback ToolTip for Windows xp"
IconSource="/Images/TrayIcons/Logo.ico"
ContextMenu="{StaticResource TrayMenu}"
MenuActivation="LeftOrRightClick"
TrayPopup="{StaticResoure TrayStatusPopup}"
PopupActivation="DoubleClick"
TrayToolTip="{StaticResource TrayToolTip}"
/>
</Window>
Features
- Custom Popups (interactive controls) on mouse clicks.
- Customized ToolTips (Vista and above) with fallback mechanism for xp/2003.
- Rich event model including attached events to trigger animations in Popups, ToolTips, and balloon messages. I just love that.
- Full support for standard Windows balloons, including custom icons.
- Custom balloons that pop up in the tray area. Go wild with styles and animations 🙂
- Support for WPF context menus.
- You can define whether to show Popups on left-, right-, double-clicks etc. The same goes for context menus.
- Simple data binding for Popups, ToolTips and custom balloons through attached properties and derived data context.
- Command support for single / double clicks on the tray icon.
Sample Apps
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0-windows10.0.17763 is compatible. net6.0-windows was computed. net6.0-windows10.0.17763 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
-
net5.0-windows10.0.17763
- H.NotifyIcon (>= 2.0.18)
- Microsoft.WindowsAppSDK (>= 1.0.1)
- System.Drawing.Common (>= 6.0.0)
-
net6.0-windows10.0.17763
- H.NotifyIcon (>= 2.0.18)
- Microsoft.WindowsAppSDK (>= 1.0.1)
- System.Drawing.Common (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (15)
Showing the top 5 popular GitHub repositories that depend on H.NotifyIcon.WinUI:
Repository | Stars |
---|---|
marticliment/UniGetUI
UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
|
|
Richasy/Bili.Uwp
适用于新系统UI的哔哩
|
|
Scighost/Starward
Game Launcher for miHoYo - 米家游戏启动器
|
|
Richasy/Bili.Copilot
B站第三方 Windows 桌面客户端,使用 Windows App SDK 构建的原生应用
|
|
Jeric-X/SyncClipboard
跨平台剪贴板同步方案 / Cross-Platform Cipboard Syncing Solution
|
Version | Downloads | Last updated |
---|---|---|
2.1.4 | 443 | 10/22/2024 |
2.1.3 | 2,323 | 8/18/2024 |
2.1.2 | 214 | 8/15/2024 |
2.1.0 | 2,524 | 7/10/2024 |
2.0.131 | 4,385 | 5/1/2024 |
2.0.129 | 191 | 4/26/2024 |
2.0.128 | 129 | 4/25/2024 |
2.0.124 | 6,784 | 1/3/2024 |
2.0.123 | 2,470 | 12/2/2023 |
2.0.122 | 158 | 11/30/2023 |
2.0.118 | 3,821 | 9/20/2023 |
2.0.117 | 328 | 9/13/2023 |
2.0.116 | 326 | 9/7/2023 |
2.0.115 | 3,304 | 8/2/2023 |
2.0.114 | 293 | 8/1/2023 |
2.0.113 | 190 | 8/1/2023 |
2.0.112 | 264 | 7/26/2023 |
2.0.111 | 205 | 7/26/2023 |
2.0.110 | 254 | 7/26/2023 |
2.0.108 | 3,636 | 4/5/2023 |
2.0.106 | 250 | 4/5/2023 |
2.0.105 | 311 | 4/1/2023 |
2.0.104 | 292 | 3/28/2023 |
2.0.103 | 276 | 3/28/2023 |
2.0.99 | 982 | 3/13/2023 |
2.0.98 | 252 | 3/13/2023 |
2.0.97 | 304 | 3/13/2023 |
2.0.95 | 269 | 3/12/2023 |
2.0.94 | 331 | 3/9/2023 |
2.0.93 | 441 | 3/5/2023 |
2.0.86 | 594 | 2/3/2023 |
2.0.84 | 323 | 2/2/2023 |
2.0.77 | 1,011 | 1/12/2023 |
2.0.76 | 429 | 1/10/2023 |
2.0.75 | 411 | 1/5/2023 |
2.0.74 | 2,527 | 11/8/2022 |
2.0.73 | 707 | 10/13/2022 |
2.0.72 | 446 | 10/13/2022 |
2.0.68 | 481 | 10/4/2022 |
2.0.67 | 648 | 9/22/2022 |
2.0.66 | 464 | 9/16/2022 |
2.0.64 | 634 | 8/23/2022 |
2.0.63 | 511 | 8/17/2022 |
2.0.60 | 538 | 8/10/2022 |
2.0.59 | 588 | 8/1/2022 |
2.0.58 | 476 | 7/26/2022 |
2.0.57 | 484 | 7/21/2022 |
2.0.56 | 517 | 7/17/2022 |
2.0.55 | 479 | 7/15/2022 |
2.0.54 | 480 | 7/15/2022 |
2.0.53 | 1,344 | 6/24/2022 |
2.0.52 | 495 | 6/24/2022 |
2.0.51 | 467 | 6/23/2022 |
2.0.50 | 787 | 5/24/2022 |
2.0.49 | 477 | 5/24/2022 |
2.0.48 | 692 | 4/27/2022 |
2.0.46 | 517 | 4/24/2022 |
2.0.45 | 455 | 4/24/2022 |
2.0.44 | 504 | 4/22/2022 |
2.0.43 | 462 | 4/22/2022 |
2.0.41 | 483 | 4/22/2022 |
2.0.39 | 502 | 4/19/2022 |
2.0.38 | 471 | 4/19/2022 |
2.0.37 | 475 | 4/17/2022 |
2.0.36 | 462 | 4/17/2022 |
2.0.35 | 461 | 4/17/2022 |
2.0.34 | 495 | 4/17/2022 |
2.0.33 | 490 | 4/17/2022 |
2.0.31 | 483 | 4/16/2022 |
2.0.30 | 494 | 4/15/2022 |
2.0.29 | 469 | 4/10/2022 |
2.0.28 | 482 | 4/10/2022 |
2.0.27 | 484 | 4/10/2022 |
2.0.26 | 476 | 4/10/2022 |
2.0.25 | 494 | 4/8/2022 |
2.0.24 | 472 | 4/4/2022 |
2.0.23 | 486 | 4/3/2022 |
2.0.22 | 465 | 4/2/2022 |
2.0.21 | 468 | 4/2/2022 |
2.0.20 | 453 | 4/2/2022 |
2.0.19 | 462 | 4/2/2022 |
2.0.18 | 471 | 4/2/2022 |
2.0.17 | 497 | 4/1/2022 |
1.1.12 | 514 | 3/27/2022 |
1.1.11 | 473 | 3/26/2022 |
1.1.10 | 479 | 3/24/2022 |
1.1.9 | 507 | 2/25/2022 |
1.1.8 | 466 | 2/25/2022 |
1.1.7 | 461 | 2/25/2022 |
1.1.6 | 472 | 2/25/2022 |
1.1.5 | 495 | 2/25/2022 |
0.0.0-dev | 100 | 8/15/2024 |
⭐ Last 10 features:
- feat(WinUI): Added support for simple context menu. 2022-04-02
- feat: Added exceptions to TrayIcon. 2022-04-02
- feat: Added Nullable enable to H.NotifyIcon project. 2022-04-01
- feat: To static messages. 2022-04-01
- feat: Added TrayIcon.SetFocus(). 2022-04-01
- feat: Added new Notification API. 2022-04-01
- feat: Added ability to create multiple TrayIcon. 2022-04-01
- feat: Added return bool values to TrayIcon methods. 2022-04-01
- feat: Added Uno and Uno.WinUI support for Skia.Wpf platform. 2022-04-01
- feat: To CsWin32 Shell32 code. Added x86 support. 2022-04-01
🐞 Last 10 bug fixes:
- fix: Fixed bug when tray icon is not created in first-time run. 2022-04-02
- fix: Fixed CI. 2022-04-02
- fix: Fixed CI build. 2022-04-02
- fix: Fixed CI build 2. 2022-04-02
- fix: Fixed CI build. 2022-04-02
- fix: Removed unused TrayIcon.HideBalloonTip. 2022-04-01
- fix: Fixed SupportedOSPlatform for TrayIcon. 2022-04-01
- fix: Fixed PInvoke error checking. 2022-04-01
- fix(WinUI): Fixed icon loading. 2022-02-25
- fix(WinUI): Fixed DoSingleClickAction. 2022-02-25