1 Attachment(s)
[VB .NET or 2005+] Simple Registry & Login System V1
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. :)
Re: [VB .NET or 2005+] Simple Registry & Login System V1
For the multi-user one you should use a database
Re: [VB .NET or 2005+] Simple Registry & Login System V1
I know, i'll make it tommorow. I getting tired, been walking literally all day.
Re: [VB .NET or 2005+] Simple Registry & Login System V1
hi i'm looking for this login sample too,(for vb 2008) with the use of database (Microsoft Access)...hope there's a sample soon :)
Re: [VB .NET or 2005+] Simple Registry & Login System V1
Sorry i didnt get it done today, been out with family all day :)
Re: [VB .NET or 2005+] Simple Registry & Login System V1
anyone has code on register and login? for Microsoft Access...
thanks!