0

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...

Wisamx
  • 117
  • 1
  • 17

1 Answers1

2

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

Nasreddine
  • 36,610
  • 17
  • 75
  • 94
  • I just want to show an icon in an notification area, with out any notifications.. – Wisamx Oct 26 '11 at 17:49
  • I hope you can give simple code that can i put in window_load function.. to add that button... thanks.. – Wisamx Oct 26 '11 at 17:50