Autohotkey:检查由其文本

时间:2017-05-09 12:07:11

标签: automation controls autohotkey

我今天刚刚开始使用AutoHotKey,但仍然坚持通过其文本识别控件。我想检查特定控件是否可见。 WindowSpy讲述了控件:
   鼠标位置下的控制:

ClassNN:ClaButton_01000000H58

文字:Gehe

这很好用:

ControlGet, xxx, Visible, ClaButton_01000000H58, A
MsgBox The visibility is %xxx%

但我想使用控制文本。这总是返回一个空结果:

ControlGet, xxx, Visible, Gehe, A
MsgBox The visibility is %xxx%

我也尝试过: SetTitleMatchMode,慢 但是我试图通过ButtonText来修改Button是行不通的。有人可以看到我的错误还是有另一种方式?

许多Thx提前

0 个答案:

没有答案