iwebbrowser2

Sinking DWebBrowserEvents2 events appears to hang programmatic navigation

I posted this question on the MSDN forums, but my experience has been a better quality of answer here on Stack Overflow, so I'm posting here as well. As I've posted several times before, I'm working on a browser automation framework, automating Internet Explorer from an external process. My architecture is as follows: I have a server whi...

How to make a webbrowser in C++ without dependencies?

How can I use IE control or some kind of webbrowser in c++ but without any external dependencies? I mean can be done with pure win api or something like that? I know the basics of c++ and the methods I know to use the webbrowser control needs the c++ libs to work. Edit: Sorry my question is unclear, im such a noob sometimes. What I mean...