I am trying to count the amount of times that a button is clicked and when it is clicked 10 times I want to bring a message box.
I have tried doing this with an if statement and a loop. with the if statement i can't seem to assign it to the button.
If count < 10 Then
Else
finalscore = score
MessageBox.Show ("you final score is" & finalscore)
end if
can any1 help?
I have tried doing this with an if statement and a loop. with the if statement i can't seem to assign it to the button.
If count < 10 Then
Else
finalscore = score
MessageBox.Show ("you final score is" & finalscore)
end if
can any1 help?
Comment