Microsoft Web Browser Object into DialogBox, without MFC?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I need just to have an ie control window in my dialogbox.... something like the popup who appear when you login into messenger chat.... I have a simplest win32 console application, without MFC. I maked CreateDialog, to open a dialog box window, from a dialog resource. In that dialog i put an dll control of Microsoft Web Browser Object, from controls. How to connect to that object and tell him Navigate2 ? (with mfc is very simple is automatticaly link a m_spBrowser variable....) Adrian Bacaianu