|
我试了一下
用了以下的代码
SystemUtil.Run "f:\temp.exe","",,"open"
VbWindow("Form1").VbEdit("Text1").Set ""
VbWindow("Form1").VbEdit("Text1").Set DataTable("input", dtGlobalSheet)
VbWindow("Form1").VbButton("Command1").Click
If VbWindow("Form1").Dialog("good").Exist ="True" then
VbWindow("Form1").Dialog("good").WinButton("确定").Click
elseif VbWindow("Form1").Dialog("hello").Exist ="True" then
VbWindow("Form1").Dialog("hello").WinButton("确定").Click
end if
VbWindow("Form1").Close
可是不成功啊,奇怪,当弹出VbWindow("Form1").Dialog("good")框的时候完全正常,
可是当弹出框是VbWindow("Form1").Dialog("hello")的时候就不执行VbWindow("Form1").Dialog("hello").WinButton("确定").Click这句语句了,奇怪啊
那位高手可以帮我解答一下 |
|