|
楼主 |
发表于 2009-1-6 17:47:24
|
显示全部楼层
回复 2# liongodmien 的帖子
Liongodmien, 多谢你的回复先。
但是我想知道更多详情关于 "ControlCommand()".
能否请教一下语法:
ControlCommand ( "title", "text", controlID, "command" [, "option"] )
举例说明,我如下使用
ControlCommand ("Application Title","Visible text in Application ", "[CLASS:ComboBox; INSTANCE:1]","SelectString","[1440 x 900]")
;这里Application Title是程序窗口的Title,Visible text in Application 是可见的文本内容,[CLASS:ComboBox; INSTANCE:1]是ComboBox Advanced Class properties,SelectString是需要的Command, 1440 x 900是我要选择的表项内容
;但是执行的时候没有报错,确没有正确的执行我选择的项目。
请问我什么地方写错了? |
|