What "growl" type notification windows are available for WPF (windows that appear and fade after X seconds)?
Asked Answered
S

2

6

I wanted to know if there are any good "growl" type notification windows available as open source or guided tutorials for WPF applications. I'm looking for a window that can appear when users save for example, notifying them that the save was successful and then disappears after X seconds (with a fade out) without the user needing to take the explicit action to close the notification window. This way for messages/notifications that require no confirmation, like the example, the user would not have to click "OK" to make the messagebox or dialog close.

Sorbian answered 10/1, 2011 at 2:39 Comment(0)
L
3

This link could help you:

http://www.codeproject.com/KB/WPF/wpf_notifyicon.aspx

It is a Pure WPF implementation of the NotifyIcon class from WinForms and supports almost everything normal WPF controls do :)

Cheers

Lundquist answered 10/1, 2011 at 3:5 Comment(0)
B
2

Why don't you use GrowlForWindows?

You can use C# or VB.

Balderdash answered 23/3, 2012 at 18:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.