H.NotifyIcon
2.0.30
See the version list below for details.
dotnet add package H.NotifyIcon --version 2.0.30
NuGet\Install-Package H.NotifyIcon -Version 2.0.30
<PackageReference Include="H.NotifyIcon" Version="2.0.30" />
paket add H.NotifyIcon --version 2.0.30
#r "nuget: H.NotifyIcon, 2.0.30"
// Install H.NotifyIcon as a Cake Addin #addin nuget:?package=H.NotifyIcon&version=2.0.30 // Install H.NotifyIcon as a Cake Tool #tool nuget:?package=H.NotifyIcon&version=2.0.30
H.NotifyIcon
** This project is a continuation of the inactive base project to other platforms (WinUI/Uno.Skia.Wpf/Console) - ❤️ https://github.com/hardcodet/wpf-notifyicon ❤️ **
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for .Net Core 3.1/.Net 5/.Net 6 WPF/WinUI/Uno.Skia.WPF/Console platforms. 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.
Features
- Notifications
- Context menus
- ICommand support
Nuget
Install-Package H.NotifyIcon.Wpf
Install-Package H.NotifyIcon.WinUI
Install-Package H.NotifyIcon.Uno
Install-Package H.NotifyIcon.Uno.WinUI
// If you need other platforms, you can use this Core library -
// it allows you to make NotifyIcon even in a console application.
Install-Package H.NotifyIcon
Usage
<Window
xmlns:tb="http://www.hardcodet.net/taskbar" // WPF
xmlns:tb="using:H.NotifyIcon" // WinUI
>
<tb:TaskbarIcon
ToolTipText="ToolTip"
IconSource="/Images/TrayIcons/Logo.ico"
ContextMenu="{StaticResource TrayMenu}"
MenuActivation="LeftOrRightClick"
TrayPopup="{StaticResoure TrayStatusPopup}"
PopupActivation="DoubleClick"
TrayToolTip="{StaticResource TrayToolTip}"
/>
</Window>
Sample Apps
The minimum supported version of the .Net Framework is 4.5.1.
So in some cases to build the project you will need to install this -
https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net451-developer-pack-offline-installer
Contacts
- Discord: Haven#5924
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.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. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.1
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
net5.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on H.NotifyIcon:
Package | Downloads |
---|---|
H.NotifyIcon.Wpf
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF 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 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. |
|
Hardcodet.NotifyIcon.Wpf.NetCore
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF 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 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. Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon |
|
H.NotifyIcon.WinUI
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the 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 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. |
|
H.NotifyIcon.Uno.WinUI
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the Uno.WinUI Skia.Wpf platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the Uno.WinUI Skia.Wpf 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. |
|
H.NotifyIcon.Uno
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the Uno.Skia.Wpf platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the Uno.Skia.Wpf 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. |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on H.NotifyIcon:
Repository | Stars |
---|---|
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
|
|
JasonWei512/EnergyStarX
🔋 Improve your Windows 11 device's battery life. A WinUI 3 GUI for https://github.com/imbushuo/EnergyStar.
|
|
Hofknecht/SystemTrayMenu
SystemTrayMenu - Browse and open your files easily
|
|
FireCubeStudios/FluentFlyouts3
Fluent Flyouts 3 WinUI 3 Edition
|
|
FireCubeStudios/Clippy
Bring back Clippy on Windows 10/11!
|
Version | Downloads | Last updated |
---|---|---|
2.1.4 | 1,411 | 10/22/2024 |
2.1.3 | 6,041 | 8/18/2024 |
2.1.2 | 637 | 8/15/2024 |
2.1.0 | 6,985 | 7/10/2024 |
2.0.131 | 11,755 | 5/1/2024 |
2.0.129 | 498 | 4/26/2024 |
2.0.128 | 251 | 4/25/2024 |
2.0.124 | 19,682 | 1/3/2024 |
2.0.123 | 5,821 | 12/2/2023 |
2.0.122 | 272 | 11/30/2023 |
2.0.118 | 12,960 | 9/20/2023 |
2.0.117 | 1,246 | 9/13/2023 |
2.0.116 | 1,356 | 9/7/2023 |
2.0.115 | 7,534 | 8/2/2023 |
2.0.114 | 944 | 8/1/2023 |
2.0.113 | 708 | 8/1/2023 |
2.0.112 | 1,755 | 7/26/2023 |
2.0.111 | 762 | 7/26/2023 |
2.0.110 | 808 | 7/26/2023 |
2.0.108 | 14,244 | 4/5/2023 |
2.0.106 | 885 | 4/5/2023 |
2.0.105 | 1,090 | 4/1/2023 |
2.0.104 | 2,884 | 3/28/2023 |
2.0.103 | 932 | 3/28/2023 |
2.0.99 | 2,841 | 3/13/2023 |
2.0.98 | 946 | 3/13/2023 |
2.0.97 | 1,032 | 3/13/2023 |
2.0.95 | 1,077 | 3/12/2023 |
2.0.94 | 1,795 | 3/9/2023 |
2.0.93 | 1,300 | 3/5/2023 |
2.0.86 | 3,743 | 2/3/2023 |
2.0.84 | 1,032 | 2/2/2023 |
2.0.77 | 4,162 | 1/12/2023 |
2.0.76 | 1,316 | 1/10/2023 |
2.0.75 | 1,305 | 1/5/2023 |
2.0.74 | 12,636 | 11/8/2022 |
2.0.73 | 2,541 | 10/13/2022 |
2.0.72 | 1,661 | 10/13/2022 |
2.0.68 | 2,109 | 10/4/2022 |
2.0.67 | 2,038 | 9/22/2022 |
2.0.66 | 2,264 | 9/16/2022 |
2.0.64 | 2,429 | 8/23/2022 |
2.0.63 | 1,849 | 8/17/2022 |
2.0.60 | 2,068 | 8/10/2022 |
2.0.59 | 2,560 | 8/1/2022 |
2.0.58 | 2,030 | 7/26/2022 |
2.0.57 | 1,815 | 7/21/2022 |
2.0.56 | 1,911 | 7/17/2022 |
2.0.55 | 1,735 | 7/15/2022 |
2.0.54 | 1,726 | 7/15/2022 |
2.0.53 | 3,058 | 6/24/2022 |
2.0.52 | 1,754 | 6/24/2022 |
2.0.51 | 1,698 | 6/23/2022 |
2.0.50 | 2,562 | 5/24/2022 |
2.0.49 | 1,726 | 5/24/2022 |
2.0.48 | 4,228 | 4/27/2022 |
2.0.46 | 2,208 | 4/24/2022 |
2.0.45 | 1,798 | 4/24/2022 |
2.0.44 | 1,798 | 4/22/2022 |
2.0.43 | 1,786 | 4/22/2022 |
2.0.41 | 1,785 | 4/22/2022 |
2.0.39 | 2,044 | 4/19/2022 |
2.0.38 | 1,795 | 4/19/2022 |
2.0.37 | 1,839 | 4/17/2022 |
2.0.36 | 1,723 | 4/17/2022 |
2.0.35 | 1,698 | 4/17/2022 |
2.0.34 | 1,763 | 4/17/2022 |
2.0.33 | 1,735 | 4/17/2022 |
2.0.31 | 1,747 | 4/16/2022 |
2.0.30 | 1,781 | 4/15/2022 |
2.0.29 | 1,821 | 4/10/2022 |
2.0.28 | 1,805 | 4/10/2022 |
2.0.27 | 1,742 | 4/10/2022 |
2.0.26 | 1,693 | 4/10/2022 |
2.0.25 | 1,785 | 4/8/2022 |
2.0.24 | 12,596 | 4/4/2022 |
1.1.12 | 9,822 | 3/27/2022 |
1.1.11 | 695 | 3/26/2022 |
1.1.10 | 659 | 3/24/2022 |
1.1.9 | 2,651 | 2/25/2022 |
1.1.8 | 672 | 2/25/2022 |
1.1.7 | 759 | 2/25/2022 |
1.1.6 | 453 | 2/25/2022 |
1.0.18 | 73,776 | 1/21/2021 |
0.0.0-dev | 125 | 8/15/2024 |
⭐ Last 10 features:
- feat(Core): Added TrayIcon.Remove method with exceptions. 2022-04-11
- feat: TrayIcon.Create will throw exception if TryCreate failed. 2022-04-11
- feat(Core): Converted WindowsMessageSink window to only-messages window. 2022-04-11
- feat(Core): Detached MessageSink from TrayIcon class. 2022-04-10
- feat(Core): Added TrayIcon.VersionChanged event. 2022-04-10
- feat(WPF): Added Keyboard routed events. 2022-04-10
- feat: Added TaskbarIcon.TryForceCreate to use in windowless apps. 2022-04-08
- feat: Added fixed TrayIcon.Id based on entry assembly name. 2022-04-08
- feat(Core): Changed default TrayIcon visibility to Visible. 2022-04-08
- feat(Core): Added TrayIcon Created/Removed events. 2022-04-08
🐞 Last 10 bug fixes:
- fix: Disabled workaround for pinned icons. 2022-04-15
- fix: Added error checking for GetPhysicalCursorPos/GetCursorPos. 2022-04-11
- fix: Renamed WindowMessageSink to MessageWindow. 2022-04-11
- fix: Fixed some TryCreate exceptions. 2022-04-11
- fix: Added targetFramework to CreateUniqueGuidForEntryAssembly. 2022-04-11
- fix: Fixed issue with pinned TrayIcons. 2022-04-10
- feat: Added fixed TrayIcon.Id based on entry assembly name. 2022-04-08
- feat(Core): Added fixed TrayIcon.Id based on entry assembly name. 2022-04-08
- fix: Fixed CI to upload H.NotifyIcon library correctly. 2022-04-05
- fix: Fixed memory leak in TaskbarIcon.Dispose(). 2022-04-03