问题在表单中有个labellabel中有几个字在表单运行中字向表单左侧移动,移动是由计时器控件timer控制,问题1:
问题
在表单中有个label
label中有几个字
在表单运行中字向表单左侧移动,移动是由计时器控件timer控制,
问题1:计时器控件timer去哪找?
[解决办法]
if thisform.label1.left <thisform.left
thisform.label1.left=thisform.width-thisform.label1.left
endif
