哈哈,斤哥,这样就OK啦。。。
If Dialog("千千静听").WinObject("next").GetROProperty("enabled")=true Then
msgbox "aaa"
Window("千千静听").WinObject("next").click
else
msgbox "bbb"
End If作者: 静之泪 时间: 2011-4-29 11:45
我自己用了这个
Dim next_istatus
next_istatus=Window("千千静听").WinObject("next").GetROProperty("enabled")
'判断next按钮是否可以
If next_istatus="True" Then
Window("千千静听").WinObject("next").click
else
MsgBox ("next按键Disable")