I'm trying to figure out how to implement a MFC Dialog with conventional
controls and ability to display a specific HTML in predetermined area.
Image that your dialog app must show news, links and ads only in specific
region of dialog differently from CDHTMLDialog that uses full client area.
Any idea?
MRitz
See this Paul DiLascia MSJ article:
http://www.microsoft.com/msj/0100/c/c0100.aspx
It describes how to create a CHtmlCtrl class based on CHtmlView. See also
this follow-up article:
http://msdn.microsoft.com/msdnmag/issues/03/08/CQA/default.aspx
--
Doug Harrison
Microsoft MVP - Visual C++
In a recent app I used the qhtml control from gypsysoft, which is a lot
leaner and meaner than the ms webrowser .
Jim H
"MRitz" <maur...@graphsystem.com> wrote in message
news:ukLxpRWV...@TK2MSFTNGP10.phx.gbl...