Search results for query: *

  • Users: prinand
  • Content: Threads
  • Order by date
  1. P

    Save textbox to textfile with proper vbNewLine

    I noticed a lot of queries / searches regarding saving text to a file and about formatting, but not the proper answer... when you have a textbox and you save the contents to a file : My.Computer.FileSystem.WriteAllText(SaveFileDialog1.FileName, TextBox1.Text, False, System.Text.Encoding.ASCII)...
Back
Top