DogFingers
04-23-2003, 10:31 AM
Hi, here is my code.
Option Explicit
Dim wrongcounter As Integer
----
Private Sub answerlist_Click()
If answerlist.Text = "Radio" Then
wrongcounter = wrongcounter + 1
Do Until wrongcounter = 3
Loop
MsgBox "Whoops!"
imgunhappy.Visible = True
End If
----
But everytime I click on Radio after i click it 3 times no messagebox comes up!?any ideas, thx
martin
Option Explicit
Dim wrongcounter As Integer
----
Private Sub answerlist_Click()
If answerlist.Text = "Radio" Then
wrongcounter = wrongcounter + 1
Do Until wrongcounter = 3
Loop
MsgBox "Whoops!"
imgunhappy.Visible = True
End If
----
But everytime I click on Radio after i click it 3 times no messagebox comes up!?any ideas, thx
martin