How to: Add an icon for my WPF app in the notification area of my win 7 taskbar

2.3k Views Asked by At

I am working on a new WPF application.. and I need to show a notification area icon for it..

in windows forms I used to use notifyicon class but that is not supported in WPF...

so can you help me do that...

thank you...

1

There are 1 best solutions below

2
On BEST ANSWER

You need to implement your own control. Here's a control I used a while ago.