
Originally Posted by
Y0MANNN
Sorry about that. This is what I have tried earlier:
Const mfileName As String = "C:\test.txt"
Dim file As System.IO.StreamWriter file = My.Computer.FileSystem. _ OpenTextFileWriter(mfileName, True) file.WriteLine(TextBox1.Text) file.Close()
It doesn't give any errors but at the same time, it doesn't seem to do the work.
I have looked at the link you provided, but I don't know what it's going to do (if I follow all those instructions). What kind of application settings would it save, etc.
Thanks!