【发布时间】:2014-07-13 13:45:54
【问题描述】:
当我试图读取控件的"Left property" 时,它给了我错误,
"Left cannot be read at run time"
这是我的代码,
for each ctrl in me.controls
if ctrl.left > 2490 then
'app logic
end if
next
这段代码有什么问题。它在另一台计算机上正常工作。 谁能告诉我怎么回事
【问题讨论】:
标签: vb6