- Home
·
- OLE/COM/DCOM/Active-X
·
- Displaying the three traffic lights(Ex for Image control and timer). Insert the timer control in th
Displaying the three traffic lights(Ex for Image control and timer). Insert the timer control in th
Displaying the three traffic lights(Ex for Image control and timer). Insert the timer control in the form and set the property Interval to
Rate Displaying the three traffic lights(Ex for Image control and timer). Insert the timer control in th
(2(2 Vote))
Static i As Integer
Select Case i
Case 0
Image4.Picture = Image1.Picture
i = 1
Case 1
Image4.Picture = Image2.Picture
i = 2
Case 2
Image4.Picture = Image3.Picture
i = 0
End Select
End Sub
Displaying the three traffic lights(Ex for Image control and timer). Insert the timer control in th Comments
No comments yet — be the first to post one!
Post a Comment