-
I would like to secure my program with a password.
Can someone help me with the code that would allow the user to setup or change a password (from the menu) and then when opening the program ask for the password before allowing user to enter.
Thanks for the help,
newvbr
-
To ask for the password on startup you'll need to put it in form_load. What you should do is store a password in a file. Don't make it if no password is used that there is no file (thats just stupid). Create a password for no password eg. None. You'll also need to encrypt the password so look around on the forum, encryption has been asked MANY times!