|
Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I have a related, but slightly more focused question about components. I find myself needing to provide my users with a control that allows formatting of text (bold, italic, lists, etc.). Now, if the only place they used the this information was within the app, I'd just use the RTF textbox. However, this is not the case. The text needs to shown in a web based reporting tool. Soooooo....
I wondering if any of you have any experience with any WinForm HTML editors? Or with using an RTF textbox to edit HTML. I'll need to store the formatted text as HTML. There are a lot that wrap IE, but I'm concerned about performance, memory issues and security. Apose has one that isn't dependent on IE but it can't do much yet. Any of you have any experience with HTML Editors in WinForms?
Thanks!
|