VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Password Verifier

by jakethebot (4 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Wed 12th December 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

A Password Verifier

API Declarations


ADD 1 TEXTBOX look for passchar in textbox refrences then change it tooo *
© 2001 jakethebot inc.(Clan software inc.) all rights reserved under USA laws

Rate A Password Verifier



Dim pass
pass = Text1.Text
If pass = "abc" Then
MsgBox "Correct Password"
Hide.me
Load form2
form2.Visible = True
End Sub

Download this snippet    Add to My Saved Code

A Password Verifier Comments

No comments have been posted about A Password Verifier. Why not be the first to post a comment about A Password Verifier.

Post your comment

Subject:
Message:
0/1000 characters