This is how you use it
Heres what to do with the code I posted:
'This line should be placed right under the declaration of your
'Form1 class, you know where it say Public Class Form1
Dim Questions(5) As String, I As Long
'This should go in the load event of your form1, I decribed how to
'Do that in the last post
Questions(0) = "Who was the creator of the Assembly Line?"
Questions(1) = "Your question here"
Questions(2) = "Your question here"
Questions(3) = "Your question here"
Questions(4) = "Your question here"
'The rest of the code should go in the button on the questions
'form. This is the button the user clicks to see if the answer is
'correct