Code:
Dim fLines() As String = System.IO.File.ReadAllLines("c:\MyFile.Txt")
This would populate an array with the lines from the file specified.