Press a button in a twebbrowser when there are multiple buttons in the same form
// If there is only one button, you can do something like: WebBrowser1.OleObject.Document.forms.item(0).elements.item(0).click; // This will do a click on the first element of the first