Okay, I have another VB.NET project due (for anyone who remembers the last time), and I need some quick help. I'm reading input from a data file, but I need to be able to skip one line of data. Like, the file looks like this:
"Beach, Sandy", 123, 142, 111
"Clone, Sy", 134, 127, 144
"Knee, Bo", 99, 103, 111
"Leer, Chandra", 132, 144, 167
Abbreviated versoin. Anyway, one of the buttons, "Skip," not only shifts the focus from one button to another, but it's supposed to let me skip past one line of data. For instance, say I look at Beach, Sandy, but then want to skip Clone, Sy and get right to Knee, Bo. Anyone know how to code that?
"Beach, Sandy", 123, 142, 111
"Clone, Sy", 134, 127, 144
"Knee, Bo", 99, 103, 111
"Leer, Chandra", 132, 144, 167
Abbreviated versoin. Anyway, one of the buttons, "Skip," not only shifts the focus from one button to another, but it's supposed to let me skip past one line of data. For instance, say I look at Beach, Sandy, but then want to skip Clone, Sy and get right to Knee, Bo. Anyone know how to code that?