【发布时间】:2018-11-19 08:59:08
【问题描述】:
我似乎无法让这个消息框使用变量来工作。它应该很简单,所以我遗漏了一些东西。请帮忙。
Gui +alwaysontop
Gui, add, button, gChoice vA w50, A
Gui, add, button, gChoice vB w50, B
gui, show, y200 w70
return
Choice:
msgbox % v
gui submit, nohide
if A
MsgBox A
if B
MsgBox B
return
【问题讨论】:
标签: user-interface variables autohotkey msgbox