loop através de linhas no arquivo de texto VB Net
For Each Line As String In File.ReadLines(MyFilePath)
Next
Salty Joe
For Each Line As String In File.ReadLines(MyFilePath)
Next