-
1
- #1
I need to reuse InternetExplorer COM-object in my application, but I can use WinAPI only - no MFC, ATL etc. I had place it on my app window and it worked, but I don't know how I can catch events from this object in my app window. I know I must use DWebBrowserEvents2 interface, but I don't know how to do it with WinAPI only - without any MFC, ATL etc. Anybody can help me?