I have a webbrowser on my form which is accessing a non-HTML file. The only contents of the file are two lines, with text on each line. No HTML tags. Nadda.

How do I read the first line of this page ONLY?

The .Document.DocumentElement.InnerHTML code was usless, as it gave me extra HTML tags which weren't in the document (as I said, it's a text file with two lines, text on each line).

Help? =)

-Git