Signs you in as a password program
Signs you in as a password program
Rate Signs you in as a password program
(2(2 Vote))
If Text1.Text = "Alex" Then
End
Else
MsgBox "Access Denied"
End If
If Text1.Text = "" Then
MsgBox "please type a password"
End If
End Sub
Signs you in as a password program Comments
No comments yet — be the first to post one!
Post a Comment