客户端消息弹窗

发布于 2024-12-15 16:24:29 字数 117 浏览 0 评论 0原文

我想要弹出窗口的代码,因为当新邮件进入雅虎并且右侧出现警报时,会出现消息,我希望在我的应用程序中出现这样的弹出窗口,任何人都可以建议我如何在我的代码中添加这样的弹出窗口以及从哪里获取它们。我的应用程序在 c#.net 中

I want code of popup window as message appears when new mail come in yahoo and alert comes on right side i want such a popup in my application can any body suggest me how can i add such popups in my code and from where i will get them. My application is in c#.net

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

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

发布评论

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

评论(1

┈┾☆殇 2024-12-22 16:24:29

您必须为所有文本字段编写验证。
就像电子邮件文本框一样,您可以选中 .,@,因为这些符号必须位于电子邮件地址中。对于电话,则不仅需要数字。
当函数返回 false 时,您可以使用 Massagebox.show()。

You have to write validation for all the textfield.
Like email text box you can check the .,@ because thesae sign must be in email address.and for phone no only digits are required.
And when the function return false you can use Massagebox.show().

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