How to use webbrowser to accomplish this

genu

Well-known member
Joined
Jun 9, 2005
Messages
94
Programming Experience
1-3
Ok, can I use the webbrowser control to open a webpage, and then have programically navigate it. For example I navigate to www.google.com then when they press a command button, it types something in the google search, and then they press another commandbutton and it starts search.

That was just an example, but my goals is to login to a site with the click of a button.

if thats not possible with the webbrowser, then how is that possible. can I just send mouse movements and keystrokes to the computer from my program........just a thought.

thanks
 
I don't know about accessing the objects on the web page, but if that is not possible you can certainly send keystrokes, including Tab to move from field to field, using SendKeys.Send.
 
Back
Top