Search results for query: *

  1. P

    Save textbox to textfile with proper vbNewLine

    you're right (off course...) :o indeed, this is the actual code : Me.TextBox1 = New System.Windows.Forms.RichTextBox I was so certain I used a textbox, that I never checked if it was a richtext box, but I did not know a rich textbox behaved in this way. thanks !
  2. 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