VFP表单,会左右移动的Label,求Timer的代码
1个回答
展开全部
分别在表单的init事件中和计时器中设置:
表单init事件:
public a
a=10
计时器控件timer事件:
thisform.label1.left=thisform.label1.left+a
if thisform.label1.left<=0 or thisform.label1.left>=thisform.width-thisform.label1.width
a=-a
endif
表单init事件:
public a
a=10
计时器控件timer事件:
thisform.label1.left=thisform.label1.left+a
if thisform.label1.left<=0 or thisform.label1.left>=thisform.width-thisform.label1.width
a=-a
endif
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |