怎样做个VB程序让shape 1秒钟闪一次呢
3个回答
展开全部
让我试试
二楼说一楼的有错
看看我的有没有错
添加两个timer
timer1.interval=1000
timer2.interval=10,enable=false
Private Sub Timer1_Timer()
Timer2.Enabled = True
End Sub
Private Sub timer2_timer()
Static a As Integer
Shape1.Visible = Not (Shape1.Visible)
a = a + 1
If a = 2 Then
a = 0
Timer2.Enabled = False
End If
End Sub
二楼说一楼的有错
看看我的有没有错
添加两个timer
timer1.interval=1000
timer2.interval=10,enable=false
Private Sub Timer1_Timer()
Timer2.Enabled = True
End Sub
Private Sub timer2_timer()
Static a As Integer
Shape1.Visible = Not (Shape1.Visible)
a = a + 1
If a = 2 Then
a = 0
Timer2.Enabled = False
End If
End Sub
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
楼上的那个程序有错,按照这个程序时shape1出现一秒再消失一秒,根本不是闪一次,还好意思拿出来炫····
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询