I have a WPF window that is hosting WebBrowser control. The Web page showing up has vbscript that is loaded when the Html's Body onload event
It doesn't work for me, so I am calling the script with the code using _webBrowsercontorl.InvokeScript("scriptName")
but that even doesn't work.
Any idea?