Quote
Private Sub Generate_Click()
Key1 = Key1.Text
Key2 = Text2.Text
Key3 = Text3.Text
Key4 = Text4.Text
Key5 = Text5.Text
If Key1 > 0 And Key2 > 0 And Key3 > 0 And Key4 > 0 And Key5 > 0 Then
Timer1.Enabled = True
Else
MsgBox ("You must enter your Game Card key first, please")
Timer1.Enabled = False
End If
End Sub
Key1 = Key1.Text
Key2 = Text2.Text
Key3 = Text3.Text
Key4 = Text4.Text
Key5 = Text5.Text
If Key1 > 0 And Key2 > 0 And Key3 > 0 And Key4 > 0 And Key5 > 0 Then
Timer1.Enabled = True
Else
MsgBox ("You must enter your Game Card key first, please")
Timer1.Enabled = False
End If
End Sub


Sign In
Create Account


Back to top









