如何实现用Timer控件使PictureBox里的图片每隔几秒换一张?

VB.NET语言。

第1个回答  2012-03-17
Private Sub Timer1_Timer()
Timer1.Interval = x(时间,毫秒)
Picture1.Picture = y(图片)
End Sub本回答被提问者采纳
相似回答
大家正在搜