gpt4 book ai didi

vb.net - Winform 消息框中的可点击 URL?

转载 作者:行者123 更新时间:2023-12-03 10:50:39 27 4
gpt4 key购买 nike

我想在消息框中显示帮助链接。默认情况下,文本显示为不可选择的字符串。

最佳答案

一种选择是在消息框中显示 url 以及一条消息,并提供将您带到该 url 的帮助按钮:

MessageBox.Show(
"test message",
"caption",
MessageBoxButtons.YesNo,
MessageBoxIcon.Information,
MessageBoxDefaultButton.Button1,
0, '0 is default otherwise use MessageBoxOptions Enum
"http://google.com",
"keyword")

重要的是要注意这个代码不能在表单的加载事件中,帮助按钮不会打开链接。

关于vb.net - Winform 消息框中的可点击 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1833747/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com