Using Visual basic 2010 to get from url (HTML reply) data line by line?

Easy WAY

New member
In nutshell:
I want the codes to download url .. example, http://mywebsite.com/myfile.txt
and this is easy except :
myfile.txt contains :
FIRSTLINESTRING
SECONDLINESTRING

i want variable a to get line 1 and variable B to get line 2
how can this happen
 
Back
Top