- Home
·
- Math/Dates
·
- This code generates a random number, could be used in many things.
This code generates a random number, could be used in many things.
This code generates a random number, could be used in many things.
API Declarations
1- Text box.
2- Command button.
Rate This code generates a random number, could be used in many things.
(1(1 Vote))
Private Sub cmdrandom_Click()
txtnumber.text=int(rnd*1000)+1 'The *1000 could be changes to any bigger or smaller number.
End Sub
This code generates a random number, could be used in many things. Comments
No comments yet — be the first to post one!
Post a Comment