views:

67

answers:

2

I search a free and easy to drag&drop in my winform WYSIWYG-Control.

The background is, I don't have time I can spend on the control, it must be there and ready.

DotNet.2 C# NO ASP! WinForm!

A: 

I am using this one: http://winformhtmltextbox.codeplex.com/

Works great for me.

Stefan Koell
+1  A: 

There's the ModelText HTML Control for .NET, which is a WYSIWYG control for Windows Forms on .NET version 2 (i.e. what you're asking for).

If you try it, please let me know how well it works for you.

ChrisW