rogerliu0303 发表于 2011-7-28 18:12:04

【求助】SetToProperty的问题

vbwindow("VbWindow").VbButton("check").SetTOProperty"index",2
msg=vbwindow("VbWindow").VbButton("check").GetTOProperty (index)
msgbox msg
这段代码最后打印的消息是空,为什么?

hsjzfling 发表于 2011-7-28 22:40:05

如果VbButton("check")在对象库中并没有添加index属性(默认可能是none),则无法用SetTOProperty去写index的值

17800455 发表于 2011-7-30 22:40:49

GetTOProperty ("index")
页: [1]
查看完整版本: 【求助】SetToProperty的问题