
November 13th, 2012, 07:19 AM
|
|
Contributing User
|
|
Join Date: Mar 2007
Posts: 230
Time spent in forums: 4 Days 20 h 39 m
Reputation Power: 7
|
|
|
Richedit rtf text to html
Hello people,
I have created a richedit and a formatting bar to make it possible to change the text in the richedit to bold, italic, underline, color, size.
Then made it possible to add that text (formatted) to a html email. But sofar I only get a plain text.
I have worked with vb2010 on which there was a component that easily 'converted' the text to html by using: richedit.htmltext.
But with delphi it seems not that easy, I've looked on google and came across some pages that mentioned "stringstream".
Can someone help me with this.
Thanks.
|