I used code
listbox1.Items.AddRange(IO.File.ReadAllLines("d:\claim.txt"))
to load claim info into listbox. It works fine.
There are about 20 columns in claim.txt.
How to code to load firs column only without column head?
Go to the complete details ...