VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Make a loginform with a simple text

by Ralph (3 Submissions)
Category: Encryption
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 20th May 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Make a loginform with a simple text

Rate Make a loginform with a simple text



If Form1.Text1 = "ralph" Then ' here you chose the password
Form2.Show
Me.Hide
Else
MsgBox "wrong password"
End If

Download this snippet    Add to My Saved Code

Make a loginform with a simple text Comments

No comments have been posted about Make a loginform with a simple text. Why not be the first to post a comment about Make a loginform with a simple text.

Post your comment

Subject:
Message:
0/1000 characters