I have a little text file that I'm using for a few little preferences (last folder used, etc) for an app I'm trying to put together.<BR><BR>I'm able to grab the values I want from each line, but when ...
I'm making a program with vb.net that reads a text file, follows it as new lines are added, and most likely use a regex against each line and place matches in a list view since i need ...