atinst / WPF-NotifyIcon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hardcodet NotifyIcon for 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.

Project page: http://www.hardcodet.net/projects/wpf-notifyicon

About


Languages

Language:C# 99.2%Language:Batchfile 0.8%