VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Guess the 3 digit number game. For VB 4/32 and up.

by MattProgs (1 Submission)
Category: Games
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Wed 13th March 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Guess the 3 digit number game. For VB 4/32 and up.

API Declarations


'Add one button, named cmdguess
'Its a guess the 3 number game, answer = 762

Rate Guess the 3 digit number game. For VB 4/32 and up.



Private Sub cmdguess_Click()
Dim intpress As Integer
If txt2.Text = "762" Then
MsgBox "How long that take?!"
Else
MsgBox "Nope!"
End If
End Sub

Download this snippet    Add to My Saved Code

Guess the 3 digit number game. For VB 4/32 and up. Comments

No comments have been posted about Guess the 3 digit number game. For VB 4/32 and up.. Why not be the first to post a comment about Guess the 3 digit number game. For VB 4/32 and up..

Post your comment

Subject:
Message:
0/1000 characters