views:

761

answers:

1

Hi,

As in the question. Do you know any good (it would be nice if free) WYSIWYG html editor for WinForms (C#)? There is only one requirement: it has to be manage code only (by this I mean, it can't use mshtml COM object (WebBrowser control)).

I've found this: http://www.modeltext.com/html/ but there is no download/buy option.

I will be really thankful for any answer

[Update]

I was thinking also about using some text markup language (like Markdown) in my application, but again question: Do you know any winforms controls for editing that kind of language?

+1  A: 

I've found this: http://www.modeltext.com/html/ but there is no download/buy option.

Sorry about that, Raf. I'll update the web site with a downloadable, sometime within the next 24 hours.

ChrisW
Oh, great :) Will it be free or to buy?
Raf
@Raf see http://www.modeltext.com/html/download.aspx - I appreciate any feedback.
ChrisW
great, thx, I will test it soon :)
Raf
@ChrisW ok, I've tried to use it, but when I click a new button I got exception. I also get an error when I try to load html doc (the readme file from your example project). Can you look?
Raf
@Raf When I run it, I see no exceptions. The call stack from your exception should have been logged to a file like `C:\Users\[*YourUserName*]\AppData\Roaming\ModelText.exception.txt` ... perhaps you could email that file to me.
ChrisW
@Raf Another user has reported that he sees no exceptions/problems with this release, when he builds or runs on his machines: so, maybe it's something specific to your environment. If you'd like me to look into it, I think I need to see the `C:\User\[*YourUserName*]\AppData\Roaming\ModelText.exception.txt` file, which may be created by the sample program's unhandled exception handler. You can email it to the [email protected] email address, alternatively I've created a Google group at http://groups.google.com/group/modeltext which you can use for discussions and/or support issues.
ChrisW
@ChrisW ok, I will send you this file, but for a few days I'm unable to get this file, so please be patient
Raf