How can i display a MFC CHtmlView inside a dialog?
- by Lothar
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?