Click to See Complete Forum and Search --> : The CHtmlEditCtrl...


Ben Marchant
08-23-2002, 05:25 PM
I'm having trouble trying to find out how to use the CHtmlEditCtrl. I've
searched DevX and lots of other related sites without finding anything about
this control. MSDN doesn't help either. I'm looking for some type of explanation
of how to set one up or an example of one in a dialog application.

Thanks for your help

Boris Karadjov
08-25-2002, 02:22 AM
What exactly is wrong with MSDN documentation of CHtmlEditCtrl

http://msdn.microsoft.com/library/en-us/vclib/html/vcrefCHtmlEditCtrl.asp

and especially of its base class CHtmlEditCtrlBase

http://msdn.microsoft.com/library/en-us/vclib/html/vclrfCHtmlEditCtrlBase.as
p

which contains methods allowing the editor mode to be changed and the
content to be modified programmatically?
--
Boris Karadjov
Brainbench MVP for Visual C++
http://www.brainbench.com


"Ben Marchant" <bmarchant@geckosoftware.com> wrote in message
news:3d66a861@10.1.10.29...
>
> I'm having trouble trying to find out how to use the CHtmlEditCtrl. I've
> searched DevX and lots of other related sites without finding anything
about
> this control. MSDN doesn't help either. I'm looking for some type of
explanation
> of how to set one up or an example of one in a dialog application.
>
> Thanks for your help