我只能做到这样了(2种不是办法的办法 鼠标移动的 就算了) 看看别人的吧
Run(@ScriptDir & "\世界之窗2.4.1.8增强版.exe")
WinWaitActive("The World 2.4.1.8 安装", "此向导将引导你完成 世界之窗浏览器的安装进程")
WinActivate("The World 2.4.1.8 安装", "此向导将引导你完成 世界之窗浏览器的安装进程")
ControlClick("The World 2.4.1.8 安装", "此向导将引导你完成 世界之窗浏览器的安装进程", "Button2")
WinWaitActive("The World 2.4.1.8 安装", "选择你想要安装“The World 2.4.1.8”的那些功能")
WinActivate("The World 2.4.1.8 安装", "选择你想要安装“The World 2.4.1.8”的那些功能")
;~ Send("{DOWN}")
;~ Send("{SPACE}")
;~ Send("{DOWN}")
;~ Send("{SPACE}")
$hTreeview = ControlGetHandle("The World 2.4.1.8 安装", "选择你想要安装“The World 2.4.1.8”的那些功能", 'SysTreeView321')
ControlTreeView("The World 2.4.1.8 安装", "选择你想要安装“The World 2.4.1.8”的那些功能", $hTreeview, "Select", "#01")
Send("{SPACE}")
ControlTreeView("The World 2.4.1.8 安装", "选择你想要安装“The World 2.4.1.8”的那些功能", $hTreeview, "Select", "#02")
Send("{SPACE}")
;~ ControlClick("The World 2.4.1.8 安装","选择你想要安装“The World 2.4.1.8”的那些功能","Button2")
|