联通3G卡的软件无标题,要怎么写
联通3G卡,安装界面,无标题,要怎么写?我想点那个确定按钮
用$pid=ProcessExists ( "联通3G拔号进程.exe" )
再用$hwd=winlist("")得到所有没有标题的窗口的窗口句柄然后
for $i=1 to $hwd
if WinGetProcess($hwd[$i])=$pid then
MsgBox(0,"成功","得到窗口句柄"&$hwd[$i])
ControlClick($hwd[$i],"","","button2")
ExitLoop
endif
next 任务管理器 查看进程名称 用类也行.....
页:
[1]