VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This is a log-in box.You can use it for extra security on a computer(have you log-in twice).

by Harn (8 Submissions)
Category: Games
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Fri 14th November 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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).




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


Download this snippet    Add to My Saved Code

This is a log-in box.You can use it for extra security on a computer(have you log-in twice). Comments

No comments have been posted about This is a log-in box.You can use it for extra security on a computer(have you log-in twice).. Why not be the first to post a comment about This is a log-in box.You can use it for extra security on a computer(have you log-in twice)..

Post your comment

Subject:
Message:
0/1000 characters