H.NotifyIcon.Wpf
2.0.18
See the version list below for details.
dotnet add package H.NotifyIcon.Wpf --version 2.0.18
NuGet\Install-Package H.NotifyIcon.Wpf -Version 2.0.18
<PackageReference Include="H.NotifyIcon.Wpf" Version="2.0.18" />
paket add H.NotifyIcon.Wpf --version 2.0.18
#r "nuget: H.NotifyIcon.Wpf, 2.0.18"
// Install H.NotifyIcon.Wpf as a Cake Addin #addin nuget:?package=H.NotifyIcon.Wpf&version=2.0.18 // Install H.NotifyIcon.Wpf as a Cake Tool #tool nuget:?package=H.NotifyIcon.Wpf&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 was computed. net5.0-windows was computed. net5.0-windows7.0 is compatible. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net6.0-windows7.0 is compatible. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- H.NotifyIcon (>= 2.0.18)
- System.Drawing.Common (>= 6.0.0)
-
.NETFramework 4.5.1
- H.NotifyIcon (>= 2.0.18)
-
net5.0-windows7.0
- H.NotifyIcon (>= 2.0.18)
- System.Drawing.Common (>= 6.0.0)
-
net6.0-windows7.0
- H.NotifyIcon (>= 2.0.18)
- System.Drawing.Common (>= 6.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on H.NotifyIcon.Wpf:
Package | Downloads |
---|---|
ClassIsland.Core
ClassIsland 应用核心依赖库,包括 ClassIsland 封装的一些常用控件和方法。 |
|
ChrisKaczor.Wpf.Windows.FloatingStatusWindow
Library to create a "floating" window that blends in with the Windows desktop and allows displaying status text. |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on H.NotifyIcon.Wpf:
Repository | Stars |
---|---|
2dust/v2rayN
A GUI client for Windows and Linux, support Xray core and v2fly core and others
|
|
bkaankose/Wino-Mail
Built-in Mail & Calendars app clone for Windows.
|
|
ClassIsland/ClassIsland
一款适用于班级多媒体屏幕的课表的信息显示工具,可以一目了然地显示各种信息。
|
|
nguyenquyhy/Flight-Tracker-StreamDeck
A Stream Deck plugin to interact with Microsoft Flight Simulation
|
|
iXab3r/MicSwitch
MicSwitch is a tool which allows you to mute/unmute your microphone using a predefined hotkey
|
Version | Downloads | Last updated |
---|---|---|
2.1.4 | 986 | 10/22/2024 |
2.1.3 | 3,591 | 8/18/2024 |
2.1.2 | 503 | 8/15/2024 |
2.1.0 | 4,667 | 7/10/2024 |
2.0.131 | 6,524 | 5/1/2024 |
2.0.129 | 290 | 4/26/2024 |
2.0.128 | 188 | 4/25/2024 |
2.0.124 | 8,594 | 1/3/2024 |
2.0.123 | 3,614 | 12/2/2023 |
2.0.122 | 171 | 11/30/2023 |
2.0.118 | 7,047 | 9/20/2023 |
2.0.117 | 635 | 9/13/2023 |
2.0.116 | 396 | 9/7/2023 |
2.0.115 | 3,771 | 8/2/2023 |
2.0.114 | 285 | 8/1/2023 |
2.0.113 | 176 | 8/1/2023 |
2.0.112 | 1,121 | 7/26/2023 |
2.0.111 | 211 | 7/26/2023 |
2.0.110 | 170 | 7/26/2023 |
2.0.108 | 9,403 | 4/5/2023 |
2.0.106 | 241 | 4/5/2023 |
2.0.105 | 328 | 4/1/2023 |
2.0.104 | 2,211 | 3/28/2023 |
2.0.103 | 247 | 3/28/2023 |
2.0.99 | 1,046 | 3/13/2023 |
2.0.98 | 253 | 3/13/2023 |
2.0.97 | 250 | 3/13/2023 |
2.0.95 | 398 | 3/12/2023 |
2.0.94 | 978 | 3/9/2023 |
2.0.93 | 429 | 3/5/2023 |
2.0.86 | 2,559 | 2/3/2023 |
2.0.84 | 302 | 2/2/2023 |
2.0.77 | 2,292 | 1/12/2023 |
2.0.76 | 366 | 1/10/2023 |
2.0.75 | 391 | 1/5/2023 |
2.0.74 | 8,372 | 11/8/2022 |
2.0.73 | 1,026 | 10/13/2022 |
2.0.72 | 430 | 10/13/2022 |
2.0.68 | 826 | 10/4/2022 |
2.0.67 | 573 | 9/22/2022 |
2.0.66 | 966 | 9/16/2022 |
2.0.64 | 935 | 8/23/2022 |
2.0.63 | 519 | 8/17/2022 |
2.0.60 | 660 | 8/10/2022 |
2.0.59 | 1,131 | 8/1/2022 |
2.0.58 | 751 | 7/26/2022 |
2.0.57 | 508 | 7/21/2022 |
2.0.56 | 606 | 7/17/2022 |
2.0.55 | 471 | 7/15/2022 |
2.0.54 | 453 | 7/15/2022 |
2.0.53 | 929 | 6/24/2022 |
2.0.52 | 474 | 6/24/2022 |
2.0.51 | 478 | 6/23/2022 |
2.0.50 | 904 | 5/24/2022 |
2.0.49 | 443 | 5/24/2022 |
2.0.48 | 2,699 | 4/27/2022 |
2.0.46 | 920 | 4/24/2022 |
2.0.45 | 455 | 4/24/2022 |
2.0.44 | 577 | 4/22/2022 |
2.0.43 | 459 | 4/22/2022 |
2.0.41 | 476 | 4/22/2022 |
2.0.39 | 748 | 4/19/2022 |
2.0.38 | 465 | 4/19/2022 |
2.0.37 | 477 | 4/17/2022 |
2.0.36 | 462 | 4/17/2022 |
2.0.35 | 445 | 4/17/2022 |
2.0.34 | 465 | 4/17/2022 |
2.0.33 | 447 | 4/17/2022 |
2.0.31 | 463 | 4/16/2022 |
2.0.30 | 483 | 4/15/2022 |
2.0.29 | 485 | 4/10/2022 |
2.0.28 | 470 | 4/10/2022 |
2.0.27 | 444 | 4/10/2022 |
2.0.26 | 472 | 4/10/2022 |
2.0.25 | 495 | 4/8/2022 |
2.0.24 | 3,697 | 4/4/2022 |
2.0.23 | 473 | 4/3/2022 |
2.0.22 | 469 | 4/2/2022 |
2.0.21 | 470 | 4/2/2022 |
2.0.20 | 454 | 4/2/2022 |
2.0.19 | 462 | 4/2/2022 |
2.0.18 | 453 | 4/2/2022 |
2.0.17 | 502 | 4/1/2022 |
1.1.12 | 9,582 | 3/27/2022 |
1.1.11 | 498 | 3/26/2022 |
1.1.10 | 466 | 3/24/2022 |
1.1.9 | 2,513 | 2/25/2022 |
1.1.8 | 473 | 2/25/2022 |
1.1.7 | 563 | 2/25/2022 |
0.0.0-dev | 97 | 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