G Guest Aug 23, 2006 #1 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
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
H Herfried K. Wagner [MVP] Aug 23, 2006 #2 Mark said: Is it possible to open a rich text file and save it as ascii (eliminating all the tags)? If so, where do I start? Click to expand... Load it into a Windows Forms richtextbox control and save the value returned by its 'Text' property.
Mark said: Is it possible to open a rich text file and save it as ascii (eliminating all the tags)? If so, where do I start? Click to expand... Load it into a Windows Forms richtextbox control and save the value returned by its 'Text' property.