H.NotifyIcon 1.1.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package H.NotifyIcon --version 1.1.8
NuGet\Install-Package H.NotifyIcon -Version 1.1.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="H.NotifyIcon" Version="1.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add H.NotifyIcon --version 1.1.8
#r "nuget: H.NotifyIcon, 1.1.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install H.NotifyIcon as a Cake Addin
#addin nuget:?package=H.NotifyIcon&version=1.1.8

// Install H.NotifyIcon as a Cake Tool
#tool nuget:?package=H.NotifyIcon&version=1.1.8

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 **

Language License Build Status

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

Nuget Nuget

Install-Package H.NotifyIcon.Wpf
Install-Package H.NotifyIcon.WinUI

Usage

The sample below shows some of the properties of the control. For a more comprehensive sample, have a look at the sample application that comes with the download.

<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">

    <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 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on H.NotifyIcon:

Package Downloads
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.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.

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.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

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 (5)

Showing the top 5 popular GitHub repositories that depend on H.NotifyIcon:

Repository Stars
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!
FireCubeStudios/Run
WinUI 3 Run
Version Downloads Last updated
2.0.124 10,832 1/3/2024
2.0.123 4,301 12/2/2023
2.0.122 219 11/30/2023
2.0.118 10,871 9/20/2023
2.0.117 1,128 9/13/2023
2.0.116 1,193 9/7/2023
2.0.115 6,713 8/2/2023
2.0.114 873 8/1/2023
2.0.113 649 8/1/2023
2.0.112 1,333 7/26/2023
2.0.111 712 7/26/2023
2.0.110 741 7/26/2023
2.0.108 12,907 4/5/2023
2.0.106 819 4/5/2023
2.0.105 1,018 4/1/2023
2.0.104 2,303 3/28/2023
2.0.103 877 3/28/2023
2.0.99 2,786 3/13/2023
2.0.98 883 3/13/2023
2.0.97 975 3/13/2023
2.0.95 965 3/12/2023
2.0.94 1,532 3/9/2023
2.0.93 1,241 3/5/2023
2.0.86 3,595 2/3/2023
2.0.84 966 2/2/2023
2.0.77 3,785 1/12/2023
2.0.76 1,221 1/10/2023
2.0.75 1,241 1/5/2023
2.0.74 11,495 11/8/2022
2.0.73 2,440 10/13/2022
2.0.72 1,599 10/13/2022
2.0.68 2,040 10/4/2022
2.0.67 1,973 9/22/2022
2.0.66 2,195 9/16/2022
2.0.64 2,356 8/23/2022
2.0.63 1,779 8/17/2022
2.0.60 1,999 8/10/2022
2.0.59 2,497 8/1/2022
2.0.58 1,924 7/26/2022
2.0.57 1,753 7/21/2022
2.0.56 1,830 7/17/2022
2.0.55 1,664 7/15/2022
2.0.54 1,664 7/15/2022
2.0.53 2,773 6/24/2022
2.0.52 1,684 6/24/2022
2.0.51 1,636 6/23/2022
2.0.50 2,483 5/24/2022
2.0.49 1,666 5/24/2022
2.0.48 4,113 4/27/2022
2.0.46 2,158 4/24/2022
2.0.45 1,732 4/24/2022
2.0.44 1,757 4/22/2022
2.0.43 1,718 4/22/2022
2.0.41 1,726 4/22/2022
2.0.39 1,981 4/19/2022
2.0.38 1,725 4/19/2022
2.0.37 1,773 4/17/2022
2.0.36 1,656 4/17/2022
2.0.35 1,653 4/17/2022
2.0.34 1,697 4/17/2022
2.0.33 1,674 4/17/2022
2.0.31 1,675 4/16/2022
2.0.30 1,717 4/15/2022
2.0.29 1,758 4/10/2022
2.0.28 1,742 4/10/2022
2.0.27 1,681 4/10/2022
2.0.26 1,636 4/10/2022
2.0.25 1,717 4/8/2022
2.0.24 12,326 4/4/2022
1.1.12 9,773 3/27/2022
1.1.11 662 3/26/2022
1.1.10 629 3/24/2022
1.1.9 1,987 2/25/2022
1.1.8 635 2/25/2022
1.1.7 706 2/25/2022
1.1.6 421 2/25/2022
1.0.18 60,839 1/21/2021

⭐ Last 10 features:
- feat(WinUI): Added sample app. 2022-02-25
- feat: Added rough implementation for WinUI. 2022-02-25
- feat: To auto-releasing. 2022-02-23
- feat: Added WinUI project. 2022-02-23
- feat(WPF): Added WpfAnalyzers. 2022-02-23
- feat: Moved some platform agnostic extensions to .Net Standard library. 2022-01-29
- feat(ci): to reusable workflow. 2022-01-29
- feat: Updated to .Net 6. 2022-01-29
- feat: To .csproj AssemblyInfo. 2022-01-29
- feat: Updated to latest. 2022-01-29

🐞 Last 10 bug fixes:
- fix(WinUI): Fixed DoSingleClickAction. 2022-02-25
- fix(WinUI): Fixed DoubleClickCommand. 2022-02-25
- fix(WinUI): Fixed ContextFlyout. 2022-02-25
- fix(WinUI): Fixed OnMouseEvent. 2022-02-25
- fix: Renamed WPF package 2. 2022-02-25
- fix: Renamed WPF package 2. 2022-02-25
- fix: Renamed WPF package 1. 2022-02-25
- fix: Removed fixed version from H.NotifyIcon package. 2022-02-25
- fix: Fixed CI. 2022-02-25
- fix: Fixed WPF0150. 2022-02-23