views:

28

answers:

1

This is like the question http://stackoverflow.com/questions/153748/webbrowser-control-from-net-how-to-inject-javascript

But i don't know how to transform this code into good old MFC C++ code. For example what is the InvokeScript method, i can't find it anywhere.

Isn't .NET webbrowser the same as IWebBrowser2 ?

A: 

You can find a CodeGuru article describing how to accomplish this here.

flashk