How can i display a MFC CHtmlView inside a dialog?
Posted
by Lothar
on Stack Overflow
See other posts from Stack Overflow
or by Lothar
Published on 2010-06-07T23:55:05Z
Indexed on
2010/06/08
1:32 UTC
Read the original article
Hit count: 441
I found a lot of links on the internet for this question but i don't understand their (partial) solutions.
One of the main problems seems that i'm builing all dialogs by hand without dialog resource files or the Visual Studio Application Wizards. So i would need pure C++ code that i can type into my Editor.
There is also some reference to a "CWebBrowser2" control, but a grep on the VC directory does not give me any results, so where can i find this?
© Stack Overflow or respective owner