|
-
Apr 13th, 2006, 12:21 AM
#1
Thread Starter
Junior Member
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.
-
Apr 25th, 2006, 07:27 AM
#2
Lively Member
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.
-
Apr 27th, 2006, 11:09 PM
#3
Thread Starter
Junior Member
Re: User List
Thanks, but I am using Visual Studio's Visual BASIC 2005
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
|