VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



spin numbers

by Free Man (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 6th April 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

spin numbers

Rate spin numbers



Timer1.Enabled = True
End Sub

Private Sub Form_Load()
Randomize
End Sub

Private Sub Timer1_Timer()
Label1.Caption = Int(Rnd * 10)
Label2.Caption = Int(Rnd * 10)
Label3.Caption = Int(Rnd * 10)
c = c + 1
If c = 100 Then
Timer1.Enabled = False
c = 0
End If
End Sub


Download this snippet    Add to My Saved Code

spin numbers Comments

No comments have been posted about spin numbers. Why not be the first to post a comment about spin numbers.

Post your comment

Subject:
Message:
0/1000 characters