VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



login/password script

by jacka18l (3 Submissions)
Category: Encryption
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 12th February 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

login/password script

Rate login/password script



'text box 1 called text1
'text box 2 called text2
'command button called command1

'place this code in the button.

private sub command1_click()
if text1.text = "username" and text2.text = "password" then
msgbox "access granted"
form2.show
else
msgbox "access denied"
end if
end sub

'and there you are



Download this snippet    Add to My Saved Code

login/password script Comments

No comments have been posted about login/password script. Why not be the first to post a comment about login/password script.

Post your comment

Subject:
Message:
0/1000 characters