请问如何获取窗口中的控件对象我已经知道控件的名称,请问如何获取控件对象呢?[解决办法]int i// 上面笔误,
请问如何获取窗口中的控件对象
我已经知道控件的名称,请问如何获取控件对象呢?
[解决办法]
int i // 上面笔误,是int
FOR i = 1 TO UpperBound(Control[])
if control[i].classname() = "指定的控件名称" then
ipo_object = coltrol[i]
exit
end if
next
