H.NotifyIcon.Uno
2.0.39
See the version list below for details.
dotnet add package H.NotifyIcon.Uno --version 2.0.39
NuGet\Install-Package H.NotifyIcon.Uno -Version 2.0.39
<PackageReference Include="H.NotifyIcon.Uno" Version="2.0.39" />
paket add H.NotifyIcon.Uno --version 2.0.39
#r "nuget: H.NotifyIcon.Uno, 2.0.39"
// Install H.NotifyIcon.Uno as a Cake Addin #addin nuget:?package=H.NotifyIcon.Uno&version=2.0.39 // Install H.NotifyIcon.Uno as a Cake Tool #tool nuget:?package=H.NotifyIcon.Uno&version=2.0.39
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
- Design-time access
- Dynamic icon generation
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>
Generated icons
Example 1: <img width="15" alt="image" src="https://user-images.githubusercontent.com/3002068/163721411-1388f2b4-a039-4b4a-8114-f74bfc8835ba.png">
<tb:TaskbarIcon GeneratedIconText="❤️" GeneratedIconForeground="Red">
Example 2: <img width="14" alt="image" src="https://user-images.githubusercontent.com/3002068/163721399-cbfd0286-d2d4-4b40-b3f3-388c9613f535.png">
<tb:TaskbarIcon
IconSource="/Icons/Error.ico"
GeneratedIconText="5"
GeneratedIconForeground="Black"
GeneratedIconFontSize="36"
GeneratedIconFontWeight="Bold"
>
Example 3: <img width="19" alt="image" src="https://user-images.githubusercontent.com/3002068/163721367-dc6878df-3ec2-4288-b699-cf664894e1b1.png">
<tb:TaskbarIcon
GeneratedIconText="❤️"
GeneratedIconForeground="Red"
GeneratedIconFontFamily="Segoe UI Emoji"
GeneratedIconBackground="AliceBlue"
GeneratedIconFontWeight="Bold"
GeneratedIconFontSize="38"
>
Example 4: <img width="18" alt="image" src="https://user-images.githubusercontent.com/3002068/163723782-8b135584-8b35-401e-926e-0fe0e7aa801e.png">
<tb:TaskbarIcon
GeneratedIconText="❤️"
GeneratedIconBorderThickness="5"
GeneratedIconFontSize="46"
>
<tb:TaskbarIcon.GeneratedIconForeground>
<LinearGradientBrush StartPoint="0,0" EndPoint="128,128">
<GradientStop Color="White" />
<GradientStop Color="Red" />
</LinearGradientBrush>
</tb:TaskbarIcon.GeneratedIconForeground>
<tb:TaskbarIcon.GeneratedIconBorderBrush>
<LinearGradientBrush StartPoint="0,0" EndPoint="128,128">
<GradientStop Color="White" />
<GradientStop Color="Red" />
</LinearGradientBrush>
</tb:TaskbarIcon.GeneratedIconBorderBrush>
Design-Time Access
It is recommended to pin the designer icon for easy viewing. To do this, go to Taskbar Settings → Other system tray icons and enable this icon:
<img width="412" alt="image" src="https://user-images.githubusercontent.com/3002068/163700588-eb2ad5f2-45d0-4b6f-ad39-c66f96202cb5.png">
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.39)
- H.NotifyIcon.PopupMenus (>= 2.0.39)
- 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 | 64 | 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 | 281 | 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 | 450 | 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 | 546 | 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 | 530 | 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 | 526 | 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(WinUI): Added ContextMenuMode.ActiveWindow. 2022-04-18
- feat(WinUI): Added ContextMenuMode. 2022-04-18
- feat: Added GeneratedIcon LinearGradientBrush support. 2022-04-18
- feat: Added GeneratedIcon border properties. 2022-04-18
- feat: Changed default GeneratedIcon size to 128. 2022-04-18
- feat: Added GeneratedIcon margin and background type properties. 2022-04-18
- feat: Added font style properties for generated icons. 2022-04-17
- feat(WPF): Added design-time support for IconSource. 2022-04-17
- feat(Generating): Added ability to set up base icon. Added auto centering text. 2022-04-17
- feat(WPF): Added design-time access support. 2022-04-17
🐞 Last 10 bug fixes:
- fix(WinUI): Fixed missing H.NotifyIcon.PopupMenus. 2022-04-19
- fix(WinUI): Fixed GeneratedIcon default font style. 2022-04-18
- fix: Fixed bug with auto-centering generated text. 2022-04-17
- fix: Fixed errors in latest commit. 2022-04-17
- fix: Fixed bug with initial ToolTipText value. 2022-04-16
- 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