Hi Every one ,
on monday i have to submit my assignment i need ur help in this regard
make a label box in vb
one label box
and only one
and one text button
okay
so, when the user clicks on the next button
a question should display in that label box
he/she click again, the second question displays
so on..
15 questions should display
my teacher she showed some thing like this but that doesnt work .
Private Sub cmdNext_Click()
Dim intQuestion As Integer
Dim intQ1 As Integer
Dim intQ2 As IntegerintQuestion = intQuestion + 1
If intQuestion = intQ1 Then
lblQuestion.Caption = "Which country has the most people?"
ElseIf intQuestion = intQ2 Then
lblQuestion.Caption = "What is the biggest, ocean or a lake?"
End IfEnd Sub
can any one tell me how to do so ? i will be thank full to him / her
waiting