So far, as a work-around at least, I'm instantiating a RichTextBox, setting
its Rtf property to the rich text I have, then using the Text property to get
the plain text.
This works, but I expect there's a more efficient way.
Lloyd Dupont - 27 Jun 2006 06:24 GMT
how about that:
http://www.codeproject.com/cs/library/nrtftree.asp

Signature
Regards,
Lloyd Dupont
NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
> So far, as a work-around at least, I'm instantiating a RichTextBox,
> setting
[quoted text clipped - 3 lines]
>
> This works, but I expect there's a more efficient way.
Larry Lard - 27 Jun 2006 10:33 GMT
> So far, as a work-around at least, I'm instantiating a RichTextBox, setting
> its Rtf property to the rich text I have, then using the Text property to get
> the plain text.
>
> This works, but I expect there's a more efficient way.
Is this process a bottleneck, then?
You know what they say about premature optimization...

Signature
Larry Lard
Replies to group please
PIEBALD - 27 Jun 2006 15:35 GMT