Skip to content

Instantly share code, notes, and snippets.

@bobthemighty
Created March 5, 2014 15:35
Show Gist options
  • Save bobthemighty/9369591 to your computer and use it in GitHub Desktop.
Save bobthemighty/9369591 to your computer and use it in GitHub Desktop.
Private Sub Command1_Click()
If Text1.Text = xCode Then
Unload Me
Form1.Show
Else
y = MsgBox("Incorrect", 17, "Access Denied")
If y = 1 Then Text1.Text = ""
End If
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment