请问如何获取窗口中的控件对象
我已经知道控件的名称,请问如何获取控件对象呢?
[解决办法]
int i // 上面笔误,是int
FOR i = 1 TO UpperBound(Control[])
if control[i].classname() = "指定的控件名称" then
ipo_object = coltrol[i]
exit
end if
next
发布时间: 2012-03-18 13:55:39 作者: rapoo
请问如何获取窗口中的控件对象
我已经知道控件的名称,请问如何获取控件对象呢?
[解决办法]
int i // 上面笔误,是int
FOR i = 1 TO UpperBound(Control[])
if control[i].classname() = "指定的控件名称" then
ipo_object = coltrol[i]
exit
end if
next