Select case from an .INI file?

Well lets say I want to ahve different user/passwords to be read from a .ini file or a text file. How would I go about this?
 
Ok heres what I need:

I need a textfile to be written that has the same name as the user. In the file it must contain the password so that if that user wants to log in again it goes to the file with his name, reads the password and logs him in?

Help anyone? :o

Heres what I have so far
 

Attachments

kahlua001 said:
Is there a reason you cant use a database? Look up FileInfo & StreamWriter/StreamReader classes.

Im very new to vb.net im not sure how I would go about it.

Can you walk me through step by step?
 
Back
Top