H.NotifyIcon.Wpf 1.1.10

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

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

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

<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" // WPF
  xmlns:tb="using:Hardcodet.Wpf.TaskbarNotification" // WinUI
  >

    <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.  net5.0-windows7.0 is compatible.  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.  net6.0-windows7.0 is compatible.  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 netcoreapp3.1 is compatible. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

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

Package Downloads
ChrisKaczor.Wpf.Windows.FloatingStatusWindow

Library to create a "floating" window that blends in with the Windows desktop and allows displaying status text.

GitHub repositories (4)

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

Repository Stars
2dust/v2rayN
A GUI client for Windows, support Xray core and v2fly core and others
nguyenquyhy/Flight-Tracker-StreamDeck
A Stream Deck plugin to interact with Microsoft Flight Simulation
iXab3r/MicSwitch
MicSwitch is a tool which allows you to mute/unmute your microphone using a predefined hotkey
ResetXPDR/MSFS2020_AutoFPS
A simple utility for MSFS to automatically adjust key settings to improve performance and smoothness.
Version Downloads Last updated
2.0.124 4,070 1/3/2024
2.0.123 2,201 12/2/2023
2.0.122 140 11/30/2023
2.0.118 6,129 9/20/2023
2.0.117 576 9/13/2023
2.0.116 357 9/7/2023
2.0.115 3,011 8/2/2023
2.0.114 258 8/1/2023
2.0.113 141 8/1/2023
2.0.112 710 7/26/2023
2.0.111 178 7/26/2023
2.0.110 138 7/26/2023
2.0.108 8,990 4/5/2023
2.0.106 209 4/5/2023
2.0.105 295 4/1/2023
2.0.104 1,542 3/28/2023
2.0.103 216 3/28/2023
2.0.99 1,011 3/13/2023
2.0.98 224 3/13/2023
2.0.97 228 3/13/2023
2.0.95 304 3/12/2023
2.0.94 746 3/9/2023
2.0.93 403 3/5/2023
2.0.86 2,502 2/3/2023
2.0.84 269 2/2/2023
2.0.77 1,930 1/12/2023
2.0.76 320 1/10/2023
2.0.75 363 1/5/2023
2.0.74 7,140 11/8/2022
2.0.73 956 10/13/2022
2.0.72 408 10/13/2022
2.0.68 781 10/4/2022
2.0.67 543 9/22/2022
2.0.66 935 9/16/2022
2.0.64 900 8/23/2022
2.0.63 491 8/17/2022
2.0.60 631 8/10/2022
2.0.59 1,103 8/1/2022
2.0.58 676 7/26/2022
2.0.57 486 7/21/2022
2.0.56 563 7/17/2022
2.0.55 443 7/15/2022
2.0.54 433 7/15/2022
2.0.53 896 6/24/2022
2.0.52 447 6/24/2022
2.0.51 455 6/23/2022
2.0.50 862 5/24/2022
2.0.49 423 5/24/2022
2.0.48 2,616 4/27/2022
2.0.46 896 4/24/2022
2.0.45 435 4/24/2022
2.0.44 556 4/22/2022
2.0.43 439 4/22/2022
2.0.41 450 4/22/2022
2.0.39 720 4/19/2022
2.0.38 444 4/19/2022
2.0.37 452 4/17/2022
2.0.36 437 4/17/2022
2.0.35 423 4/17/2022
2.0.34 440 4/17/2022
2.0.33 428 4/17/2022
2.0.31 428 4/16/2022
2.0.30 462 4/15/2022
2.0.29 464 4/10/2022
2.0.28 444 4/10/2022
2.0.27 423 4/10/2022
2.0.26 450 4/10/2022
2.0.25 473 4/8/2022
2.0.24 3,645 4/4/2022
2.0.23 444 4/3/2022
2.0.22 442 4/2/2022
2.0.21 451 4/2/2022
2.0.20 433 4/2/2022
2.0.19 436 4/2/2022
2.0.18 432 4/2/2022
2.0.17 469 4/1/2022
1.1.12 9,540 3/27/2022
1.1.11 469 3/26/2022
1.1.10 439 3/24/2022
1.1.9 1,636 2/25/2022
1.1.8 452 2/25/2022
1.1.7 508 2/25/2022

⭐ Last 10 features:
- feat: To WASDK 1.0.1. 2022-03-24
- 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

🐞 Last 10 bug fixes:
- fix(WinUI): Fixed icon loading. 2022-02-25
- 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