gpt4 book ai didi

vb.net - 如何从消息框中获取结果?

转载 作者:行者123 更新时间:2023-12-05 08:35:22 24 4
gpt4 key购买 nike

Visual Studio 2010 中的 Visual Basic 中, 如果这是用来给消息的,

MsgBox("hello", 4, "status")

我如何操作消息框中的结果

如果用户给出No,这应该发生,如果No,这应该发生。

最佳答案

你需要检查MsgBox是否返回了vbYes

例如:

If vbYes = MsgBox("hello", vbYesNo, "status") Then
'Do things
Else
'Don't do things
End If

关于vb.net - 如何从消息框中获取结果?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2983135/

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