A button game.Can be used as an excellent prank.
A button game.Can be used as an excellent prank.
Rate A button game.Can be used as an excellent prank.
(2(2 Vote))
Private Sub Command1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Command1.Enabled = False
Command2.Enabled = True
End Sub
Private Sub Command2_Click()
MsgBox "You Win!!!!!!!!!.", vbInformation + vbOKOnly, "You Win!!!!."
End
End Sub
Private Sub command1_click()
MsgBox "You Win!!!!!!!!!.", vbInformation + vbOKOnly, "You Win!!!!."
End
End Sub
Private Sub Command2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Command1.Enabled = True
Command2.Enabled = False
End Sub
Private Sub Form_Load()
MsgBox "The aim of this game is To press the button", vbInformation + vbOKOnly, "Instructions"
End Sub
A button game.Can be used as an excellent prank. Comments
No comments yet — be the first to post one!
Post a Comment