发布时间:2019-07-29 16:14:01
Dim PCindex%
Private Sub Timer1_Timer()
PCindex = PCindex + 1
If PCindex > 10 Then PCindex = 1
Image1.Picture = LoadPicture(App.Path & "/vb作业/images/pc(" & PCindex & ").jpg")
End Sub