Link to home
Start Free TrialLog in
Avatar of canuckconsulting
canuckconsultingFlag for United Kingdom of Great Britain and Northern Ireland

asked on

HTML editor control for c# Windows Forms Project

I have a .Net 4 Windows Forms project with Visual Studio 2010 using c#.

Currently I have a textbox where a user can enter raw html.  I would like them to be able to create and edit the HTML using a more sophisticated WYSIWYG interface.  I need only basic elements: bold, unordered lists, and paragrah breaks.
Avatar of ananken
ananken
Flag of Israel image

ASKER CERTIFIED SOLUTION
Avatar of Kiran Sonawane
Kiran Sonawane
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of canuckconsulting

ASKER

In the end I used WinformHtmlTextBox 1.0  found here
http://winformhtmltextbox.codeplex.com/

Your links set me on the right path...thanks!