VS2008 code will read your text into a list.

Code:
        Dim lines As List(Of String) = _
            (From line In IO.File.ReadAllLines("YourFileName.txt")).ToList