VB6.0 如何使标签左右来回移动?试了很多次了都没成功,只能单向移动
1个回答
展开全部
提示:定义个i,如果Label的Left属性=0则i=true,如果Label的Left加Width=Form的ScaleWidth则i=false
timer里面用if判断
timer里面用if判断
追问
还是不行,只往左移动
追答
if i=true then
label1.left=label1.left+1
else
label1.left=label1.left-1
end if
if label1.left=0 then
i=true
else if label1.left+label1.width=form1.scalewidth then
i=false
end if
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询