web browser control in a dll
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm using VC6 and creating a dialog in a DLL. I'm trying to add the Web Browser (ActiveX) Control to the dialog. I do this and a CWebBrowser2 class is automatically created for me. I use class wizard to add it as a member variable. But when I execute the code, the dialog will not show up. If I take the control out, it works. And if I try it in a dialog in an EXE, it works. Anyone have any ideas?