客户端消息弹窗
我想要弹出窗口的代码,因为当新邮件进入雅虎并且右侧出现警报时,会出现消息,我希望在我的应用程序中出现这样的弹出窗口,任何人都可以建议我如何在我的代码中添加这样的弹出窗口以及从哪里获取它们。我的应用程序在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须为所有文本字段编写验证。
就像电子邮件文本框一样,您可以选中 .,@,因为这些符号必须位于电子邮件地址中。对于电话,则不仅需要数字。
当函数返回 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().