Hi,
sorry - is writing to the file not what you wanted, i.e.
I don't understand where 'My.Application' comes into it?Code:Dim sw As StreamWriter sw = File.CreateText(DataPath & "myfile.txt") sw.WriteLine(textbox1.Text) sw.Flush() sw.Close()
Pete
|
Results 1 to 11 of 11
Threaded View
|
Click Here to Expand Forum to Full Width |