C# 一个不错的通知框

发布于 2024-08-02 11:21:00 字数 92 浏览 2 评论 0原文

有没有一个漂亮的通知框的代码(即使是 dll 也可以) 就像卡巴斯基杀毒软件显示的那样?因为在我的脚本中我使用了很多 消息框和最终用户开始抱怨他们每次都需要单击“确定”。

Is there any code for a nice notice box (Even a dll would be fine)
Like the one kaspersky antivirus shows? Because in my script I use a lot of
message box and the end-user start to complain that they need to click okay every time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

单调的奢华 2024-08-09 11:21:00

您可以在 CodeProject 上查看这个示例

You can look at this exemple on CodeProject.

请帮我爱他 2024-08-09 11:21:00

我建议您创建一个自定义控件,它继承自消息框,然后根据您的喜好进行设计。

I suggest you create a custom control, which inherits from the message box and then you design it as per your liking.

御弟哥哥 2024-08-09 11:21:00

也许不是您问题的实际答案,但如果您的用户抱怨他们需要“点击离开”的消息框数量(就像您自己提到的),您是否可能使用它们太多或出于错误的原因?

也许在某些情况下显示消息的其他方式更合适,例如状态栏、带有消息日志的对话框,或者在应用程序中构建对话框/工作流的不同方式?

Maybe not an actual answer to your question, but if you users complain about the number of message boxes they need to "click away" (like you mention yourself), are you perhaps using them too much or for the wrong reasons?

Perhaps other ways of showing messages are more approriate in some cases, like a status bar, a dialog with a message log, or different way of structuring dialogs/workflows in your application?

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