webbrowser control to submit form

J

jasonhartsoe

I'm using Visual Studio 2005 Team Edition....using visual basic. I'm
trying to use the webbrowser control. In the webbrowser control I have
it got to a page where there is a form. It waits for the page to
complete, then fills in the form. Next I want it to submit the form or
after getting focus of the submit button, keys.enter. I've tried
everything but without any luck...and the old codes,
webbrowser.forms(0).submit or .click etc no longer works. Is there
some way possible to do this? All I want to do is submit the form
within the webbrowser control...but with VB.net 2005 it's not
working...please help!

email: (e-mail address removed)

thanks!
 
J

jasonhartsoe

i checked it out...but i'm not sure if it's what I'm needing...I am
wanting to call the submit button within the webbrowser control (the
form within that page) and submit it....i can insert text etc within
the form on the control...but I can't get it to submit or to call
Keys.enter...how could I go about doing that?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top