I want to read an HTML and then allow the user some formatting options like Bold,Italic,Underline,etc and after that get HTML data as output. The formatting should work directly for example when I click on B then directly it should make the text bold. Same for all other formatting options.
I did some research and found RichEditBox control but it read and write RTF format data only.