What I wanted to do was create a listbox from a delimited text file.
The listbox would populate X # of rows based on the rows of the text file. And the listbox would have 3 columns, each being populated from a specific delimiter. Is this possible in C#? Any starting point would be great!
Hmm, i need to work on my explaination skills. What i'm wondering is if its possible to make a listbox with column and row lines in it?