[GD-Windows] How to use the interface DWebBrowserEvents2 only in Win32 ?
Brought to you by:
vexxed72
From: <ge...@fr...> - 2005-02-01 17:47:30
|
Hello, Another new question about plain Win32 programming ... I cannot use MFC, = or any=20 other kind of library. So here is my question, for one of my developement i need to open an = internet=20 explorer instance. All is good for now, the html page is loading, we can = browse it, but if the user quit the window i don't get the notification of this = close so i cannot=20 release my object cleanly.=20 After searching on MSDN i found the interface DWebBrowserEvents2, but = sadly there=20 is almost no information about how to instantiate it and how to make it = cooperate=20 with me IWebBrowser2 ...=20 Is anyone out there that already did that ?=20 Fabien. |