He's not reading the first line. He's reading any new lines that have been appended to the end of the file since the last read.
Something you may want to consider, shuggans, is append the new lines to the top of the TextBox so that the newest entry in the file is always at the top.
You could then truncate the contents of the textbox if it gets longer than you want.
Just a suggestion.