How to invoke scripts work in msHTML

A late answer, but hopefully still may help someone. There is a number of ways to invoke a script when using WebBrowser ActiveX control. The same techniques can also be used with WinForms version of WebBrowser control (via webBrowser.HtmlDocument.DomDocument) and with WPF version (via webBrowser.Document): void CallScript(SHDocVw.WebBrowser axWebBrowser) { // // Using C# dynamics, which … Read more