H.NotifyIcon.WinUI 1.1.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package H.NotifyIcon.WinUI --version 1.1.7
NuGet\Install-Package H.NotifyIcon.WinUI -Version 1.1.7
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.WinUI" Version="1.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add H.NotifyIcon.WinUI --version 1.1.7
#r "nuget: H.NotifyIcon.WinUI, 1.1.7"
#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.WinUI as a Cake Addin
#addin nuget:?package=H.NotifyIcon.WinUI&version=1.1.7

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

H.NotifyIcon.WPF - NotifyIcon for .Net Core 3.1 and .Net 5 WPF

** The official version now supports .Net Core/.Net 5, I recommend using it - https://github.com/hardcodet/wpf-notifyicon**

Nuget Language License Requirements Requirements Build Status

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.

Nuget

NuGet

Install-Package Hardcodet.NotifyIcon.Wpf.NetCore

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.

Tutorial and Support

A comprehensive tutorial that complements the attached sample application can be found on the Code Project: http://www.codeproject.com/KB/WPF/wpf_notifyicon.aspx

Product Compatible and additional computed target framework versions.
.NET net5.0-windows10.0.17763 is compatible.  net6.0-windows was computed.  net6.0-windows10.0.17763 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (14)

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

Repository Stars
marticliment/WingetUI
WingetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
Richasy/Bili.Uwp
适用于新系统UI的哔哩
Scighost/Starward
Game Launcher for miHoYo - 米家游戏启动器
Richasy/Bili.Copilot
哔哩哔哩用户的个人助理
CollapseLauncher/Collapse
An Advanced Launcher for miHoYo Games
Version Downloads Last updated
2.0.131 2,467 5/1/2024
2.0.129 169 4/26/2024
2.0.128 105 4/25/2024
2.0.124 5,911 1/3/2024
2.0.123 2,377 12/2/2023
2.0.122 135 11/30/2023
2.0.118 3,473 9/20/2023
2.0.117 288 9/13/2023
2.0.116 295 9/7/2023
2.0.115 3,239 8/2/2023
2.0.114 269 8/1/2023
2.0.113 169 8/1/2023
2.0.112 242 7/26/2023
2.0.111 181 7/26/2023
2.0.110 229 7/26/2023
2.0.108 3,155 4/5/2023
2.0.106 227 4/5/2023
2.0.105 282 4/1/2023
2.0.104 272 3/28/2023
2.0.103 255 3/28/2023
2.0.99 958 3/13/2023
2.0.98 229 3/13/2023
2.0.97 283 3/13/2023
2.0.95 248 3/12/2023
2.0.94 307 3/9/2023
2.0.93 418 3/5/2023
2.0.86 542 2/3/2023
2.0.84 297 2/2/2023
2.0.77 993 1/12/2023
2.0.76 399 1/10/2023
2.0.75 387 1/5/2023
2.0.74 2,494 11/8/2022
2.0.73 685 10/13/2022
2.0.72 425 10/13/2022
2.0.68 462 10/4/2022
2.0.67 629 9/22/2022
2.0.66 443 9/16/2022
2.0.64 609 8/23/2022
2.0.63 482 8/17/2022
2.0.60 511 8/10/2022
2.0.59 566 8/1/2022
2.0.58 454 7/26/2022
2.0.57 474 7/21/2022
2.0.56 493 7/17/2022
2.0.55 452 7/15/2022
2.0.54 458 7/15/2022
2.0.53 1,223 6/24/2022
2.0.52 467 6/24/2022
2.0.51 441 6/23/2022
2.0.50 765 5/24/2022
2.0.49 456 5/24/2022
2.0.48 666 4/27/2022
2.0.46 495 4/24/2022
2.0.45 447 4/24/2022
2.0.44 484 4/22/2022
2.0.43 442 4/22/2022
2.0.41 474 4/22/2022
2.0.39 476 4/19/2022
2.0.38 446 4/19/2022
2.0.37 450 4/17/2022
2.0.36 441 4/17/2022
2.0.35 440 4/17/2022
2.0.34 474 4/17/2022
2.0.33 466 4/17/2022
2.0.31 457 4/16/2022
2.0.30 485 4/15/2022
2.0.29 460 4/10/2022
2.0.28 457 4/10/2022
2.0.27 456 4/10/2022
2.0.26 451 4/10/2022
2.0.25 473 4/8/2022
2.0.24 448 4/4/2022
2.0.23 463 4/3/2022
2.0.22 455 4/2/2022
2.0.21 444 4/2/2022
2.0.20 429 4/2/2022
2.0.19 441 4/2/2022
2.0.18 446 4/2/2022
2.0.17 470 4/1/2022
1.1.12 486 3/27/2022
1.1.11 451 3/26/2022
1.1.10 459 3/24/2022
1.1.9 497 2/25/2022
1.1.8 442 2/25/2022
1.1.7 437 2/25/2022
1.1.6 450 2/25/2022
1.1.5 474 2/25/2022

⭐ Last 10 features:
- 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
- feat: To H.NotifyIcon core Interop package. 2021-01-22

🐞 Last 10 bug fixes:
- 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