I have a textbox with data in it that needs to be saved to a text file. This is the code I am using:Private Sub butSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ...
I have a little text file that I'm using for a few little preferences (last folder used, etc) for an app I'm trying to put together.<BR><BR>I'm able to grab the values I want from each line, but when ...