WebBrowser1.Document.Form(1).Click
lo que no puedo es rellenar el textbox si alguien me podria echar una mano se lo agradeceria....
Codigo fuente de la web
<html>
<head>
<title>Image Upload</title>
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}
body {
background-color: #EFEFEF;
}
-->
</style>
</head>
<body>
<table width="100%" height="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
Uploading to <b></b><br><br>
<form enctype="multipart/form-data" method="post" name="form" action="upload.php">
<input type="file" name="uploadFile" id="uploadFile">
<input type="submit" value="Upload">
<input type="hidden" value="" name="getpath" id="getpath">
<input type="hidden" value="" name="pass" id="pass">
</form>
</td>
</tr>
</table>
</body>
</html>