Does anybody know a good way to perform a click on a control inside of a webbrowser? Preferably from ID?
Thanks, ALL suggestions are appreciated.
You can't directly call click on something in the control. However, you can register some JavaScript into the control and perform the click that way.
click
See How to inject Javascript in WebBrowser control? for details.