' you'll want to find the correct property name
While MyReader.EOF = False
...
MyReader.ReadLine()
Loop
Dim myData as String() = System.IO.File.ReadAllLines(...);
' you'll want to find the correct property name
While MyReader.EOF = False
...
MyReader.ReadLine()
Loop