hi, i would like to have the functionality of WebHtmlEditor (or similar) but in a .Net form
form's main purpose is basic html document creation, including some tags that will later be replaced with relevant information at a later time (for example {date} to be replaced with the current date)
any ideas would be appreciated
Hi,
There is no way to do that as far as I know. I don't know of any way to use an ASP/Net control in Windows Forms.
Hi Mike,
I recently got the Infragistics Ultimate, which has controls for both web and winforms. But i need to have the htmleditor to use on a winform. how can i achieve this?
There's no HTML controls in the WinForms controls of NetAdvantage. The closest thing would be the UltraFormattedTextEditor which allows the user to edit formatted text similar to RTF.