|
-
Jan 16th, 2011, 07:03 PM
#7
Thread Starter
Junior Member
Re: Null Reference Code in My School Project
I am assuming this is the code you are refering to in telling them they have guessed wrong:
If intNumWrongTries < 6 Then
MessageBox.Show("That is not correct. You have guessed wrong " & intNumWrongTries & " times.")
ElseIf intNumWrongTries = 6 Then
But if they guess the correct word, should not my End If statement stop there?
Thx, Bill
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|