About 14,200 results
Open links in new tab
  1. NotifyIcon Class (System.Windows.Forms) | Microsoft Learn

    Specifies a component that creates an icon in the notification area. This class cannot be inherited. The following code example demonstrates using the NotifyIcon class to display an icon for an …

  2. Using NotifyIcon in WinUI 3 | Albert Akhmetov

    Mar 16, 2025 · This code demonstrates how to use our implementation of NotifyIcon. It includes creating a system tray icon, handling icon clicks, and managing its resources:

  3. C#.WinForms - NotifyIcon - Dot Net Perls

    Dec 24, 2024 · With the NotifyIcon control in Windows Forms, you can add an icon of your own in the system tray. You can then hook your custom C# code up to it. Add the NotifyIcon control …

  4. Hardcodet NotifyIcon for WPF - GitHub

    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, …

  5. NotifyIcon Component Overview - Windows Forms | Microsoft …

    May 7, 2025 · This article presents an overview of the NotifyIcon component in Windows Forms, which is used to display icons for processes that run in the background.

  6. C# NotifyIcon: Windows Forms - The Developer Blog

    For programs that require ongoing notifications, NotifyIcon can help integrate into the operating system with this functionality. By combining the NotifyIcon with the balloon, you can introduce …

  7. Getting Started with WPF Notify Icon control | Syncfusion

    Jan 28, 2025 · This section provides you an overview of working with NotifyIcon for WPF and provides a walkthrough to configure the NotifyIcon control in a real-time scenario.

  8. NotifyIconService | WPF Controls | DevExpress Documentation

    Jul 11, 2021 · NotifyIconService is an INotifyIconService implementation that allows you to place a notification icon (system tray icon) in the Windows notification area and manage its behavior. …

  9. Support dark mode theme NotifyIcon in WPF / WinForms ... - GitHub

    NotifyIconEx is an easy-to-use library for displaying NotifyIcon (notification icon) in WPF / WinForms / Avalonia / WinUI / MAUI / Wice applications, offering non-intrusive system …

  10. WPF NotifyIcon - hardcodet.net

    Apr 2, 2016 · 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 …