When reading the text file, i populate the
list boxes in my form for each field. since some records in the file have duplicate field items, they show up more than once in my list box as a user selection. My list boxes are for users to select say candy flavor then write the
selections back to the same file that it opened for reading?
Try loading the data to an array then placing the data from the array into the listbox. That way you can look through the array for any dupes and move on to the next item
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.