Form Load Code:
Private Sub randomMath_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim rand As New Random var_1.Text = rand.Next(0, 20) var_2.Text = rand.Next(0, 20) End Sub
This is what my form looks like so far.

So as you can see, you add the two numbers together and then put them into the text box. What i want is that you press enter and then it iterates. It's supposed to execute three times which i'll control with a "Do Until" statement.
Thanks for your help! =D


Sign In
Create Account

Back to top









