Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Webbrowser Submit Button

Status
Not open for further replies.

kennedymr2

Programmer
May 23, 2001
594
AU
I have a simple Web Page loaded in vb6 webbrowser...on a form.

The webPage code is..

<html>
<head>
<title>Demo Form</title>
</head>
<body>
Heading..............
<form enctype="multipart/form-data" action=" method="post"><br>
<input type="submit" value="Process">
</form>

</body>
</html>


??? How do i get vb6 to click the submit button on the webbrowser form

I seem to get object not set whenever i try any method


Appreciate any help

Kennedymr2
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top