什么“咆哮”?类型通知窗口可用于 WPF(X 秒后出现并消失的窗口)?
我想知道是否有任何好的“咆哮”类型通知窗口可作为 WPF 应用程序的开源或指导教程。我正在寻找一个可以在用户保存时出现的窗口,通知他们保存成功,然后在 X 秒后消失(淡出),而无需用户采取明确的操作来关闭通知窗口。这样,对于不需要确认的消息/通知(如示例),用户不必单击“确定”来关闭消息框或对话框。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此链接可以帮助您:
http://www.codeproject.com/KB/WPF/wpf_notifyicon .aspx
它是 WinForms 中 NotifyIcon 类的纯 WPF 实现,支持几乎所有普通 WPF 控件所做的事情:)
干杯
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
为什么不使用GrowlForWindows?
您可以使用C# 或 VB。
Why don't you use GrowlForWindows?
You can use C# or VB.