我试图在组合框的编辑中获取文本,但它只返回第一个单词而不返回其余单词。
WinWaitActive("Properties")
Sleep(500)
$select = ControlGetText("Properties", "", "[CLASS:ComboBox; INSTANCE:1]")
MsgBox(0, "", $select)
我试图在组合框的编辑中获取文本,但它只返回第一个单词而不返回其余单词。
WinWaitActive("Properties")
Sleep(500)
$select = ControlGetText("Properties", "", "[CLASS:ComboBox; INSTANCE:1]")
MsgBox(0, "", $select)