Web ブラウザに表示している Web ページの送信ボタンをクリックしたいのですが、まったく機能しないようです。コードは次のとおりです。
WebBrowser1.Document.Forms(0).InvokeMember("image")
私はクリックしたいボタンのhtmlコードに基づいていました:
<div class="buttonRow forward">
<input type="image" src="includes/templates/template_default/buttons/english/button_send.gif" alt="Send Now" title=" Send Now ">
</div>
私は何か見落としてますか?私は本当に助けが必要です。