There’s no NotifyIcon for WPF.
A colleague of mine used this freely available library to good effect:
- http://www.hardcodet.net/wpf-notifyicon (blog post)
- https://github.com/hardcodet/wpf-notifyicon (source code)
- https://www.nuget.org/packages/Hardcodet.NotifyIcon.Wpf/ (NuGet package)
- http://visualstudiogallery.msdn.microsoft.com/aacbc77c-4ef6-456f-80b7-1f157c2909f7/
Related Contents:
- Where is the Application.DoEvents() in WPF?
- How to bind an enum to a combobox control in WPF?
- Bind TextBox on Enter-key press
- Passing an enum value as command parameter from XAML
- the name does not exist in the namespace clr-namespace
- Single click edit in WPF DataGrid
- DataGrid column width doesn’t auto-update
- WPF: The name does not exist in the namespace [duplicate]
- Sort a wpf datagrid programmatically
- Good or bad practice for Dialogs in wpf with MVVM?
- How do I bind a WPF DataGrid to a variable number of columns?
- ICommand MVVM implementation
- Pan & Zoom Image
- How can I programmatically generate keypress events in C#?
- Find all controls in WPF Window by type
- Binding a Button’s visibility to a bool value in ViewModel
- How can I register a global hot key to say CTRL+SHIFT+(LETTER) using WPF and .NET 3.5?
- How to add a Blend Behavior in a Style Setter
- XAML binding not working on dependency property?
- How to get the size of the current screen in WPF?
- How to hide close button in WPF window?
- Loading XAML at runtime?
- Is there a good way to convert between BitmapSource and Bitmap?
- Add Items to Columns in a WPF ListView
- .NET Memory issues loading ~40 images, memory not reclaimed, potentially due to LOH fragmentation
- How do I exit a WPF application programmatically?
- ObservableCollection vs. List
- Datagrid binding in WPF
- The calling thread cannot access this object because a different thread owns it [duplicate]
- Example using Hyperlink in WPF
- Does XAML have a conditional compiler directive for debug mode?
- ListBox items return string, when DataTemplate is Button
- Put WPF control into a Windows Forms Form?
- Handling the window closing event with WPF / MVVM Light Toolkit
- Can I specify a generic type in XAML (pre .NET 4 Framework)?
- Software rendering mode – WPF
- DataGrid get selected rows’ column values
- OneWayToSource Binding seems broken in .NET 4.0
- How can I data bind a list of strings to a ListBox in WPF/WP7?
- WPF Combobox: Different template in textbox and drop-downlist
- How to format TimeSpan in XAML
- Binding objects defined in code-behind
- How can I read/write app.config settings at runtime without using user settings?
- WPF Error 40 BindingExpression path error: property not found on ‘object’
- Create Key binding in WPF
- Project A can’t reference a class in Project B
- How can I get the Position of textbox that has been pressed?
- Cannot find source for binding with reference ‘RelativeSource FindAncestor’ [duplicate]
- listen for a key when the application is not focused
- How do I make a WPF window movable by dragging the extended window frame?