dinglingxdd 发表于 2009-12-2 11:58:55

急! 知道的进来看一下 CheckItemProperty问题

public Function IsCheckAll()
set objListView=Window("A").Window("B").WinListView("SysListView32")
cItems = objListView.GetItemsCount
IsCheckAll=true
For varItem=1 to cItems
If objListView.CheckItemProperty(varItem,"state","2")=false Then
    IsCheckAll=false
    Exit Function
End If
Next
End Function
上面的一段代码,调试的时候一直报参数不正确,有没有知道原因的,在线等 !

[ 本帖最后由 dinglingxdd 于 2009-12-3 15:41 编辑 ]

默默巫 发表于 2009-12-3 10:55:12

浏览需支付 综合技术指数 5

楼主你想让别人给你解决问题,还要人家支付积分?

dinglingxdd 发表于 2009-12-3 15:41:05

呵呵,参数不对

越界了
页: [1]
查看完整版本: 急! 知道的进来看一下 CheckItemProperty问题