Dim FILE_NAME As String = "C:\Config.txt" Dim objReader As New System.IO.StreamReader(FILE_NAME) settings.TextBox3.Text = objReader.ReadLine(5) objReader.Close()
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)