IWebBrowser2 instance
-
Hi everybody I am working in an internet explorer tool band, and i need in the SetSite method, an instance of the IWebBrowser2 object, without using atl or MFC functions, only visual C++ functions. If any body can tell me, how can i do that, i will be gratefull.
-
Hi everybody I am working in an internet explorer tool band, and i need in the SetSite method, an instance of the IWebBrowser2 object, without using atl or MFC functions, only visual C++ functions. If any body can tell me, how can i do that, i will be gratefull.
neliocc wrote:
an instance of the IWebBrowser2 object, without using atl or MFC functions, only visual C++ functions.
see
WM_HTML_GETOBJECT
, one implementaion of that can be found here :- http://www.codeproject.com/cpp/yahoochattext.asp[^]"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV