Main Topics
Browse All TopicsHi All,
I require a text editor control to go into a .net WinForms desktop application which will save the content as HTML.
Can anybody advise / recommend a control? Or does a control like this even exist?
Best Regards
Shane
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
it is .net, works on both; even shows it in his demo: http://rteditor.members.wi
This is another good one:
http://freetextbox.com/dow
Hi,
Thanks for your comments. I'm interested in the free one mentioned by greenhacks
http://www.codeproject.com
It seems good enough for what I need it for, However the Character Returns seems to return double line spacing.... Quite annoying, do you use this? Have you altered it to remove the double lines spacing, or do you know what I need to do to achieve this? - if it wasn't for this then this would be perfect.
If I can't get this to work without double line spacing then I'm going to have to look at one of the others mentioned, guys do you know if this happens in any of the others?
Thank you both for your help
Shane
Hi :greenhacks
The html is simply in <p> tags i.e.
<p>First Line</p>
<p>Second Line<p>
But the margin's seem to be masive so I thought I could just the document text to include a style sheet or direct put a style tag in but this doesn't appear to work. Such as:
webBrowser1.DocumentTe
O
Cheers
Shane
Hi All,
I've actually sorted this; For anybody that wants to know in EditorForms.cs after the form has loaded in public EditorForm() I added the following line;
editor.DocumentText = "<html><head><style>p{margin:0px
I tried referencing it to a style sheet but it didn't seem to work but it did work with the inline style tag - I hope this helps somebody out.
Thanks everybody for helping me out :)
Best Regards
Shane
Business Accounts
Answer for Membership
by: naspinskiPosted on 2009-09-26 at 03:56:31ID: 25429457
http://www.codeplex.com/rt e
It is open source and a great tool!