hey everybody! :D
I am a major noob at programming and I am using VB '08 Express and want to use a text file to set variables on seperate forms of one program. What I would like to know is if i should use seperate files for each form and how to structure the text file and load it into seperate variables.
Example:
(text file)
User1 Info1, User1 Info2, User1 Info3, User1 Info4, etc.
User2 Info1, User2 Info2, User2 Info3, User2 Info4, etc.
(form code)
User1 Info1 = value1
User2 Info1 = value2
etc.
Is this even possible in VB? I have been reading posts for two days and it looks like its possible but not easy.
Any help is MUCH appreciated..
Blackknight
P.S. everything else is working good... just want this so i can edit the login without recoding.