Search Results

0
votes

Cleaning up RTF text

I agree with @Nick's solution. I've used this successfully in past projects and it, "just works". …
3
votes

Better Way of Manipulating RichText in C#?

I think your technique is a great way to accomplish what you're looking to do. I know what you mean...it feels kind of "dirty" because you're using a Winforms control for something other than it wa …