Using the WebBrowser control I am able to call an event when the mouse button is manually clicked, but I want the program to do the click itself, not do somethi
WebBrowser
Quite easily, simply use:
button.InvokeMember("click");