|
-
Nov 25th, 2000, 01:50 PM
#1
Thread Starter
Member
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
-
Nov 25th, 2000, 03:20 PM
#2
Hyperactive Member
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|