I have a small problem, I am buidling an application that utilizes several controls, check boexes, text boxes, and an RTB (Rich Text Box) but my issue is I need to export what the user enters in the RTB to an HTML file, so how do I take the RTB formatting and convert it into HTML so that the HTML document looks the same as it does in the RTB
Any help is appriciated, thanks in advance.

RTB Formatting
Ori'
Joseph Stalin
For specs see the following
http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnrtfspec/html/rtfspec_6.asp
http://www.biblioscape.com/rtf15_spec.htm
HTH & Good Luck
qrli
A couple of choices...one...if you are very familiar with RT formatting codes and html then you could do a line by line parse and output yourself.....however there are already 3rd party controls/apps that do this for you...I would take a look here:
http://www.google.com/search hl=en&rls=GGLD,GGLD:2005-08,GGLD:en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=rich+text+to+html&spell=1
and see what you can find that will help you