I am working on a program that i need it to read from a .txt file. My problem is i get an error saying variable not defined for My.Computer.FileSystem.ReadAllText.
Also i know this will just show all the text is their a way to read one line of this?Code:Dim fileReader As String fileReader = My.Computer.FileSystem.ReadAllText("C:\my vb stuff\stuff.txt") MsgBox (fileReader)
thanks you, blobs




Reply With Quote