CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: RTF to *.txt

  1. #1
    Join Date
    Nov 1999
    Posts
    15

    RTF to *.txt

    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


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: RTF to *.txt

    the RichTextBox Control has a Text property that contains the Text without any formatting information.
    save that to your file.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured