Does anyone know of a way to use the HTML Editor in a windows form. I am trying to make an email editor and having a problem finding a good control for this.
There's no HTML editor in the WinForms suite of Infragistics controls. There's a control called the FormattedTextEditor which can do some of the same things, like different fonts and colors and links. But it uses a custom XML format, not HTML.
Hi, I just find the FormattedTextEditor useful.
I did several tests and found if I directly copy the FormattedTextEditor.Value to the WebBrowser.DocumentText, the content displayed in the WebBrowser is correct. However if I add an embeded image, the image is not displayed in the WebBrowser.
I know there are differences between XML and HTML. I am just wondering if there is way to properly convert the embeded image into something that can be displayed in the WebBrowser?
Thanks!
Hi,
I'm sure you could probably write code to parse the XML or convert it into HTML. But there is no built-in functionality in the control to do this for you.
i use version 6.2 - i cannot find the control "FormattedTextEditor" ???
WinFormattedTextEditor was added to our Windows Forms toolset in 2006 Volume 3. It was not included in 2006 Volume 2.