tags:

views:

435

answers:

4

We're looking for a .NET component for HTML editing in WinForms. I've seen this post, and that's kind of what we're using now, but it's pretty old and crufty, I'm looking for a cleaner solution. I don't really have the time (or right now, the inclination) to write our own from scratch...and am hoping there's a commercial/free solution out there. I've looked at the Netrix Component and am not overly impressed initially...is there anything else out there?

A: 

Here's what ComponentSource carries. There are a couple of others there besides Netrix.

Jon B
+1  A: 

I love xstandard myself. Not cheap, but damned good for everything I have used it for.

Chad Ruppert
+2  A: 

There is a pretty decent free one at...

http://windowsclient.net/articles/htmleditor.aspx

It has limitations...but then again...it is free. I have used this control for a couple of non-commercial applications.

Seth

Seth Spearman
This is actually the one we're using now (albeit very very very heavily modified) :)
Jonas
I did read your link to that post...but it seemed like a different control. The namespace for the one I referenced is Microsoft.MicrosoftConsultingService.HTMLEditorControl. or something like that and that code sample is referencing WebControl rather than HTMLEditorControl. Anyway sorry for the misdirect. I think to get better than that one your gonna have to cough up some dough.Good Luck.Seth
Seth Spearman
+1  A: 

There's the ModelText HTML Control, an HTML editor for Winforms, written as managed code which doesn't use interop to an unmanaged browser.

(Disclaimer: I wrote it).

ChrisW
+1 for the disclaimer!
Walter