How can I embed an Internet Explorer control into my application using C++/WinAPI?
I swear I have searched; I can’t find any documentation on this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve been searching for this too, some useful links:
IWebBrowser2: how to force links to open in new window?
http://www.codeproject.com/Articles/1788/Loading-and-parsing-HTML-using-MSHTML-3rd-way
http://www.codeproject.com/Articles/3919/Using-the-WebBrowser-control-simplified
From what I remember it was most useful to implement the IHTMLDocument interface instead of the full web browser.
Good luck!