VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Displaying the three traffic lights(Ex for Image control and timer). Insert the timer control in th

by Sunil Kumar (2 Submissions)
Category: OLE/COM/DCOM/Active-X
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 5th February 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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


Download this snippet    Add to My Saved Code

Displaying the three traffic lights(Ex for Image control and timer). Insert the timer control in th Comments

No comments have been posted about Displaying the three traffic lights(Ex for Image control and timer). Insert the timer control in th. Why not be the first to post a comment about Displaying the three traffic lights(Ex for Image control and timer). Insert the timer control in th.

Post your comment

Subject:
Message:
0/1000 characters