Hi gurus...

I have a text file with following contents:
"abc", 123, xyz
"lmn", 345, qrs
"abc", 999, asd

I want to display "abc", "lmn", "abc" in a combo list box... and when clicked on "abc" from the list box, I wanna be able to display the correspondeing text such as "123, xyz" into a picture box or a textbox.

Any ideas as to how i can link the first part of a line in a text file with the rest of the line?

Looking for some code.. Much much appreciated.

[n]Shaikh
| http://nawedshaikh.com |