Windows Develop Bookmark and Share   
 index > Windows Forms Designer > WYSIWYG XHTML Editor
 

WYSIWYG XHTML Editor

I need a control that does a few things:

1) It is for WinForms
2) It will serve as an enhanced textbox
3) It allows for text and images to be added to it
4) There is a way to grab the text box's data as html (with lowercase tags).
5) If possible it is xhtml / html 4 standards compliant.

I need a simple WYSIWYG HTML editor control for my C# 2005 application. It needs to be able to support images (drag and drop and runtime insertion) along with simple text editing support. It needs to be like a WYSIWYG editor where the acual image shows up not the html tags, and the same with text. I am aware that there are like 101 different controls like this. I would just like some reccomendations on the best bang for my buck. Whats the most standards compliant, easiest to use, most stable WYSIWYG component for C# 2.0?

Basically, I just want the user to be able to type text and place images. When the time comes, I need to be able to grab that information as html for storage.

XGamerX  Friday, February 17, 2006 9:49 AM

Hi XGamerX,

I'am looking for the same thing. Did you already found a nice control?
Please let me know.

HenkH  Monday, December 18, 2006 9:47 AM

Hello All.

XGamerX:

Check out this link. One of thousands.

HTH.

Mark Benningfield  Tuesday, December 19, 2006 6:16 PM

You can use google to search for other answers

Custom Search

More Threads

• How to apply an html format text to a label
• CodeDomSerializer and multidimensional array initialization
• RemoveItem and SetItem in the collection editor are not firing
• Embedd froms and design-time issues
• Unable to run a VB 2008 program after changes are made without being forced to save it.
• getting the mouse double click to work for a combo box
• Windows Form Name on task bar...
• UserControl color in a ToolStrip menu
• custom windows form design
• Why DataGridView behaves like this?