Home All Groups Group Topic Archive Search About

Rich Text to Text Conversion

Author
23 Aug 2006 5:30 PM
Mark
Is it possible to open a rich text file and save it as ascii (eliminating all
the tags)?

If so, where do I start?

Thanks,
Mark

Author
23 Aug 2006 9:07 PM
Herfried K. Wagner [MVP]
"Mark" <M***@discussions.microsoft.com> schrieb:
> Is it possible to open a rich text file and save it as ascii (eliminating
> all
> the tags)?
>
> If so, where do I start?

Load it into a Windows Forms richtextbox control and save the value returned
by its 'Text' property.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>