Just copy and paste this for the generate button :
TextBox1.Text = Int(Rnd() * 4)
Select Case TextBox1.Text
Case 0
TextBox1.Text = "Your code here"
Case 1
TextBox1.Text = "Your code here"
Case 2
TextBox1.Text = "Your code here"
Case 3
TextBox1.Text = "Your code here"
End Select
TextBox1.Text = Int(Rnd() * 4)
Select Case TextBox1.Text
Case 0
TextBox1.Text = "Your code here"
Case 1
TextBox1.Text = "Your code here"
Case 2
TextBox1.Text = "Your code here"
Case 3
TextBox1.Text = "Your code here"
End Select
No comments:
Post a Comment