是否可以使用 http-reference 制作格式化的 MessageBox
我想显示诸如“新版本的软件可在 http://mysite.com”等“http: //mysite.com”部分将是可点击的。是否可以使用一些内置的 Winforms 消息对话框?
I want to show message like "New version of software is available at http://mysite.com" and so "http://mysite.com" part would be clickable. Is it posible using some built in Winforms message dialog ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你不能。
您将需要创建自己的对话框。
CodeProject 上的示例:自定义消息框
编辑:
显然有一种方法:
Winform 消息框中可点击的 URL?
No. You can't.
You will need to create your own Dialog box.
An example on CodeProject: a custom messagebox
EDIT:
Apparently there is a way:
Clickable URL in a Winform Message Box?