Making it happen
An easy way to invoke javascript events in WebBrowser
e.GetType().InvokeMember(“onmouseover”, System.Reflection.BindingFlags.InvokeMethod, null, e, null);
where e is IHTMLElement.
| Print article | This entry was posted by andrei on August 14, 2008 at 9:02 am, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
