WebBrowser in ATL Composite Control
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi I am creating an ATL Composite Control which contains WebBrowser control.I have created this using CAxWindow::CreateControl and CAxWindow::QueryControl and got the IWebBrowser2 Interface. How can i handle events for this Browser Control? I have to get all the PopUps coming from this window and have to route this to my own windows, not in the internet explorer. Thanks
-
Hi I am creating an ATL Composite Control which contains WebBrowser control.I have created this using CAxWindow::CreateControl and CAxWindow::QueryControl and got the IWebBrowser2 Interface. How can i handle events for this Browser Control? I have to get all the PopUps coming from this window and have to route this to my own windows, not in the internet explorer. Thanks
-