What is SUPPOSED to happen is:
Click the start button.
Textbox is disabled.
Label1 (Will be empty at start) displays a random number between 0-9, single, not decimal.
Wait 1 second.
Label1 will display a new number.
This process loops for about 20 turns because I'm evil...
All of the numbers are added to a string (1+2+3+3+7+7+2+9 = 12337729)
Textbox is enabled.
User has to type the numbers into the textbox, and click confirm.
Contents of textbox are displayed at Label3, and the string from before is shown in Label4.
If Label3 is equal to Label4, Big Label3 (No idea why it's the same) displays "Correct!", otherwise, displays "Wrong!"
Clicking the reset button will disable textbox and clear all labels
Now, since I'm extremely rusty with VB, all I can do from the list, is disable and enable textboxes, erase contents of textboxes/labels, show the contents of one label/textbox in another, and do the if statement to see if the contents of two textboxes/labels are the same or not.
What I'd like, is for someone to help with the looping, random number, and making it wait 1 second, since I have literally no idea how to do either of these, although I've done 2/3 of them before, which was looping and random number.
Sorry if it seems a lot, but I'd appreciate any help you can give me!
Thanks!