H.NotifyIcon.Uno
2.0.22
See the version list below for details.
dotnet add package H.NotifyIcon.Uno --version 2.0.22
NuGet\Install-Package H.NotifyIcon.Uno -Version 2.0.22
<PackageReference Include="H.NotifyIcon.Uno" Version="2.0.22" />
paket add H.NotifyIcon.Uno --version 2.0.22
#r "nuget: H.NotifyIcon.Uno, 2.0.22"
// Install H.NotifyIcon.Uno as a Cake Addin #addin nuget:?package=H.NotifyIcon.Uno&version=2.0.22 // Install H.NotifyIcon.Uno as a Cake Tool #tool nuget:?package=H.NotifyIcon.Uno&version=2.0.22
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 was computed. net5.0-windows was computed. 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. 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 | 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. |
-
.NETStandard 2.0
- H.NotifyIcon (>= 2.0.22)
- System.Drawing.Common (>= 6.0.0)
- Uno.UI (>= 4.1.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.4 | 67 | 10/22/2024 |
2.1.3 | 159 | 8/18/2024 |
2.1.2 | 109 | 8/15/2024 |
2.1.0 | 104 | 7/10/2024 |
2.0.131 | 118 | 5/1/2024 |
2.0.129 | 117 | 4/26/2024 |
2.0.128 | 107 | 4/25/2024 |
2.0.124 | 231 | 1/3/2024 |
2.0.123 | 190 | 12/2/2023 |
2.0.122 | 128 | 11/30/2023 |
2.0.118 | 184 | 9/20/2023 |
2.0.117 | 151 | 9/13/2023 |
2.0.116 | 200 | 9/7/2023 |
2.0.115 | 236 | 8/2/2023 |
2.0.114 | 212 | 8/1/2023 |
2.0.113 | 195 | 8/1/2023 |
2.0.112 | 202 | 7/26/2023 |
2.0.111 | 174 | 7/26/2023 |
2.0.110 | 198 | 7/26/2023 |
2.0.108 | 301 | 4/5/2023 |
2.0.106 | 250 | 4/5/2023 |
2.0.105 | 287 | 4/1/2023 |
2.0.104 | 256 | 3/28/2023 |
2.0.103 | 267 | 3/28/2023 |
2.0.99 | 277 | 3/13/2023 |
2.0.98 | 284 | 3/13/2023 |
2.0.97 | 291 | 3/13/2023 |
2.0.95 | 252 | 3/12/2023 |
2.0.94 | 293 | 3/9/2023 |
2.0.93 | 298 | 3/5/2023 |
2.0.86 | 292 | 2/3/2023 |
2.0.84 | 282 | 2/2/2023 |
2.0.77 | 349 | 1/12/2023 |
2.0.76 | 325 | 1/10/2023 |
2.0.75 | 351 | 1/5/2023 |
2.0.74 | 415 | 11/8/2022 |
2.0.73 | 452 | 10/13/2022 |
2.0.72 | 467 | 10/13/2022 |
2.0.68 | 429 | 10/4/2022 |
2.0.67 | 509 | 9/22/2022 |
2.0.66 | 500 | 9/16/2022 |
2.0.64 | 468 | 8/23/2022 |
2.0.63 | 490 | 8/17/2022 |
2.0.60 | 496 | 8/10/2022 |
2.0.59 | 519 | 8/1/2022 |
2.0.58 | 529 | 7/26/2022 |
2.0.57 | 535 | 7/21/2022 |
2.0.56 | 548 | 7/17/2022 |
2.0.55 | 531 | 7/15/2022 |
2.0.54 | 541 | 7/15/2022 |
2.0.53 | 531 | 6/24/2022 |
2.0.52 | 545 | 6/24/2022 |
2.0.51 | 561 | 6/23/2022 |
2.0.50 | 546 | 5/24/2022 |
2.0.49 | 493 | 5/24/2022 |
2.0.48 | 618 | 4/27/2022 |
2.0.46 | 533 | 4/24/2022 |
2.0.45 | 549 | 4/24/2022 |
2.0.44 | 532 | 4/22/2022 |
2.0.43 | 554 | 4/22/2022 |
2.0.41 | 550 | 4/22/2022 |
2.0.39 | 563 | 4/19/2022 |
2.0.38 | 569 | 4/19/2022 |
2.0.37 | 547 | 4/17/2022 |
2.0.36 | 559 | 4/17/2022 |
2.0.35 | 502 | 4/17/2022 |
2.0.34 | 528 | 4/17/2022 |
2.0.33 | 564 | 4/17/2022 |
2.0.31 | 542 | 4/16/2022 |
2.0.30 | 552 | 4/15/2022 |
2.0.29 | 576 | 4/10/2022 |
2.0.28 | 608 | 4/10/2022 |
2.0.27 | 588 | 4/10/2022 |
2.0.26 | 561 | 4/10/2022 |
2.0.25 | 528 | 4/8/2022 |
2.0.24 | 563 | 4/4/2022 |
2.0.23 | 570 | 4/3/2022 |
2.0.22 | 533 | 4/2/2022 |
2.0.21 | 519 | 4/2/2022 |
2.0.20 | 523 | 4/2/2022 |
2.0.19 | 556 | 4/2/2022 |
2.0.18 | 502 | 4/2/2022 |
2.0.17 | 546 | 4/1/2022 |
0.0.0-dev | 108 | 8/15/2024 |
⭐ Last 10 features:
- feat: Added nullable enable to platform libraries. 2022-04-03
- 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
🐞 Last 10 bug fixes:
- fix: Fixes #10. 2022-04-03
- fix(apps): Fixed WPF ShowcaseWindow.xaml. 2022-04-03
- fix: Fixed ContextFlyout callback behavior. 2022-04-03
- fix: Fixed warnings in platform libraries. 2022-04-03
- fix: Fixed Core library warnings. 2022-04-03
- fix(WinUI): Fixed DataContext updating. 2022-04-02
- fix: Fixed Visibility. 2022-04-02
- 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