Hi this is a simple program that allows you to register yourself and then log in using the details you used to register with.
This should really be used for fun. The file isnt actually that secure. But anyway...
To put it on your program just open it and copy the items from the form etc... then copy the code over i would say. Since it's a simple program i'm sure you can adapt it around your.... stuff...
I'm going to work on one that allows multiple people to register and login. Without it overriding the first person who registered.
EDIT: Oh forgot to mention how it works.
You put in a username and password in the registry and it saves them to a file. In the file it gets laid out like:
USERNAME
PASSWORD
when you log in it reads those lines and compares them to what you entered in the login screen.
Hope this gives a boost in ya program.![]()




Reply With Quote