Simple HTML editor for winforms
-
I am building an admin application for our website using winforms and C#. Users (who don't know html) are required to maintain content for the site. I would like to give them the ability to bold, underline, create links, etc. for the site. All content in stored in a database as html. Is there a component available for this that isn't a full blown html editor? I don't need to build pages with it, just edit text. Thanks in advance, Brett
-
I am building an admin application for our website using winforms and C#. Users (who don't know html) are required to maintain content for the site. I would like to give them the ability to bold, underline, create links, etc. for the site. All content in stored in a database as html. Is there a component available for this that isn't a full blown html editor? I don't need to build pages with it, just edit text. Thanks in advance, Brett
I have heard good things about www.freetextbox.com, have not used it though. Well now that i have re read your question, you might also look at the writer project(http://gotdotnet.com/Workspaces/Workspace.aspx?id=ee974084-d5c2-44d5-a11b-b2efb96074f8) it is a wysiwyg windows forms editor. Free textbox is prolly closer to what you need, but it is a asp.net control. =\
-
I have heard good things about www.freetextbox.com, have not used it though. Well now that i have re read your question, you might also look at the writer project(http://gotdotnet.com/Workspaces/Workspace.aspx?id=ee974084-d5c2-44d5-a11b-b2efb96074f8) it is a wysiwyg windows forms editor. Free textbox is prolly closer to what you need, but it is a asp.net control. =\
Thanks, Most of what I have seen are asp.net controls. Most of the winforms stuff is overkill. I will take a look at the links.