-
User List
For my application, I have provided the users with a Login Form. With the login form users login with accounts they make. How do I add an account maker in my project? And how do I store the user info, so when the users logs in he/she gets her files and stuff like that. Also, how do I make it, so if the user enters a wrong password they get an error. I did this before in VB6 but using a MS Access database file. How can I do it without using one? I can use HTML, PHP, MySQL. If you have a tutorial please tell me.
-
Re: User List
So I'm guessing this is a VB6 code where users can create an account and login, ect...
Right.
You're going to want to store all the user information in either MSAccess (which I don't think you want) OR you could use .ini files which are less hacker-proof.
Check out my ini loading and saving tutorial:
http://www.devilhart.us.to/workingwithinifiles.htm
I'll post some code tonight (I'm at school right now) or even an attachment with a sample project if you want?
Brad.
-
Re: User List
Thanks, but I am using Visual Studio's Visual BASIC 2005