|v| man
February 11th, 2000, 07:18 AM
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
thanxxxxxxxxxxxx
|
Click to See Complete Forum and Search --> : RTF to *.txt |v| man February 11th, 2000, 07:18 AM 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 Lothar Haensler February 11th, 2000, 07:46 AM the RichTextBox Control has a Text property that contains the Text without any formatting information. save that to your file. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |