On the page titled, "Plug-in For Hosting ActiveX Controls", at the bottom it in the Misc section, it says that an activeX should be able to get the pointer to a "IWebBrowser" interface through the client site.
Does anyone know how to do this. I can't figure it out.
Mark
Through the IOleClientSite pointer that your control holds onto. QI that for IServiceProvider and call QueryService to get the IWebBrowser and IHTMLDocument2 interfaces.
