tags:

views:

136

answers:

3

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

+1  A: 

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.

Stephen Wrighton
+1  A: 

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.

Jim Burger
+1  A: 

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.

Bart