I just posted an upgrade to my WPF NotifyIcon, which adds some minor improvements to the control. The most important one is probably the simplified data binding support for context menus (thanks to Nic Pillinger for the hint), but I also managed to add some polish in a few other areas.

Apart from the updated control itself, I completely revamped the sample project. It’s no longer just a showcase but contains various standalone samples which cover all aspects of the control. And last but not least, I published a complementary tutorial on the CodeProject. One could say I was quite busy
Further information and download on the project page:
http://www.hardcodet.net/projects/wpf-notifyicon
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 an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform.

Update:
The control has now its own project page. Please go to
http://www.hardcodet.net/projects/wpf-notifyicon