- Home
·
- Games
·
- This is a log-in box.You can use it for extra security on a computer(have you log-in twice).
This is a log-in box.You can use it for extra security on a computer(have you log-in twice).
This is a log-in box.You can use it for extra security on a computer(have you log-in twice).
Rate This is a log-in box.You can use it for extra security on a computer(have you log-in twice).
(1(1 Vote))
Private Sub Command1_Click()
If MsgBox("Are you sure", vbYesNo) = vbYes Then
MsgBox "First you must log in."
End If
End Sub
Private Sub Command2_Click()
If Text1.Text = "Hunter" And Text2.Text = "Sampson" And Text3.Text = "gogogo" Then
MsgBox "Welcome hunter"
MsgBox "Attempted to login by " & fname
MsgBox "Good bye Hunter"
End
Else
MsgBox "You should be loging into your own account, go away!!"
fname = Text1.Text
End If
End Sub
Private Sub Text3_Change()
Text3.PasswordChar = "*"
End Sub
This is a log-in box.You can use it for extra security on a computer(have you log-in twice). Comments
No comments yet — be the first to post one!
Post a Comment