AutoIT对窗体控件进行操作的例子
#include
;获取窗口句柄
$handle = WinGetHandle(".NET Reflector 6")
WinActivate($handle)
;获取控件句柄;
$control = ControlGetHandle($handle,"","WindowsForms10.SysListView32.app.0.232467a_r11_ad11")
;获取列表中List数目
$c
转载
2014-01-09 14:08:48 ·
25198 阅读 ·
0 评论