WPF NotifyIcon Released
May 4th, 2009
I’m happy to announce the public release of my WPF NotifyIcon control 🙂
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 existing Windows Forms 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.
I’m planning on doing an introductory article on CodeProject (well, somewhere along the way…) but you’ll probably get along just fine – the control comes with a sample application that shows off most of the control’s features.
Further information and download on the project page:
http://www.hardcodet.net/projects/wpf-notifyicon
this is really nice control…thanks …
Hey! Wanted to use this quite badly, but the namespace on hardcodet.net/taskbar seem to not exist anymore. How do I get it?