I'm new to the forum and VB.
I have a text file with 10 fields per line formatted like:
name, address, city, state, zip, blah, blah, blah, blah, blah
I have 6 lines total.
I have created a form with textboxes/combo boxes for each one of these fields.
My question is how do I read(parse?) the file (possibly using streamReader?) so that the textboxes can be populated with the corresponding information from the text file?
Any help is appreciated!
I have a text file with 10 fields per line formatted like:
name, address, city, state, zip, blah, blah, blah, blah, blah
I have 6 lines total.
I have created a form with textboxes/combo boxes for each one of these fields.
My question is how do I read(parse?) the file (possibly using streamReader?) so that the textboxes can be populated with the corresponding information from the text file?
Any help is appreciated!