7

Do you know any example with nicer notification in system tray? I don`t like standard baloon so maybe there are others free, third-party components I can use?

Thanks

arek
  • 1,282
  • 4
  • 15
  • 25
  • 1
    I found this: http://www.hardcodet.net/projects/wpf-notifyicon but I`m not sure if there is a way to use this in winforms application. – arek Sep 08 '09 at 13:20

2 Answers2

6

here is another example

http://www.codeproject.com/KB/miscctrl/taskbarnotifier.aspx

quimbo
  • 503
  • 2
  • 5
  • It`s really great example but I cannot see license. Do you know If I can use this in commercial projects? – arek Sep 14 '09 at 07:50
  • http://www.codeproject.com/KB/miscctrl/taskbarnotifier.aspx?fid=13655&fr=26#xx0xx – quimbo Sep 14 '09 at 19:19
3

As a designer, I think I know what you are looking for. You want an outlook like notification (as a mini dialog box), you can see an example here.

Enjoy.

Eran Betzalel
  • 4,105
  • 3
  • 38
  • 66