how can i save richtextbox1 to a *.txt file without all the other words and lines that the rtf format add's to it
thanxxxxxxxxxxxx
Printable View
how can i save richtextbox1 to a *.txt file without all the other words and lines that the rtf format add's to it
thanxxxxxxxxxxxx
the RichTextBox Control has a Text property that contains the Text without any formatting information.
save that to your file.