什么“咆哮”?类型通知窗口可用于 WPF(X 秒后出现并消失的窗口)?

发布于 2024-10-11 04:04:17 字数 157 浏览 7 评论 0原文

我想知道是否有任何好的“咆哮”类型通知窗口可作为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

对你再特殊 2024-10-18 04:04:17

此链接可以帮助您:

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

倾城花音 2024-10-18 04:04:17

为什么不使用GrowlForWindows

您可以使用C# 或 VB

Why don't you use GrowlForWindows?

You can use C# or VB.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文