Link to home
Start Free TrialLog in
Avatar of Michal080800
Michal080800

asked on

CRichEditCtrl that displays html

I need a control like the control that is used in MS outlook when replying to an e-mail.

The control should be html editable. I.e with a formating toolbar the user will be able to write formatted text into it. (bold, bullets, etc.).

The control should also be able to display the previous message in html format.

Basically, i need a CRichEditCtrl that i can pass html code to it and retrieve it's content in html format. (not rtf).

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of williamcampbell
williamcampbell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Michal080800
Michal080800

ASKER

exactly what i was looking for.
Thanks.
williamcampbell,

i have another question regadring this issue.
Can i use the new .NET controls in VC++ V6.0 or do i have to upgrade my project to .Net enviroment to use them?

Thanks.
Michal.