vote up 1 vote down star

Can anyone recommend a cheap and good RTF control for .Net 1.1 Windows development. It needs to be able to do print/preview and some basic text formatting, fonts etc but nothing too advanced.

Cheers

Andreas

flag

3 Answers

vote up 1 vote down

We've used the TE EDIT Control from Sub Systems fairly extensively. We evaluated a lot of controls and found this one to be the best by far. The API is a little archaic but the tech support was very responsive and we were able to get it to do whatever we needed it to do.

link|flag
vote up 1 vote down

I think this article by Scott Lysle provides a good discussion on how to achieve what you want as well as some comprehensive source code to get you started.

link|flag
vote up 1 vote down

If you're interested in rolling out your own, the framework provides a RTF control by default. It's arcane, but one can learn enough RTF to create simple formatting, and printing/print previewing can both be implemented using native classes as well.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.