VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



security code for your vb application

by bishoy gamil [boshkash] (1 Submission)
Category: Encryption
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 29th July 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

security code for your vb application

Rate security code for your vb application



private sub form_load()
dim password
password = inputbox (" please enter password")
if password = "1234"  then 
' write between "" any password you like whatever it is
form1.show     ' assume that form1 is the startup form
else  ' after that write that action you would like to take
msgbox " passwrod is incorrect "
end

Download this snippet    Add to My Saved Code

security code for your vb application Comments

No comments have been posted about security code for your vb application. Why not be the first to post a comment about security code for your vb application.

Post your comment

Subject:
Message:
0/1000 characters