很简单的要求,看看例子!
Private Sub Timer1_Timer ()
msgbox "十妙显示一次"
End If
并且把timer1的Interval属性设为10000
这个属性的单位是:毫秒
在一个command里面调用
timer1.enabled=true