Autofill forms in WebBrowser control?

Sir_Willard

New member
Joined
Dec 26, 2007
Messages
3
Programming Experience
Beginner
I am looking for a way to use a WebBrowser control to fill out and submit a form on a webpage with data that is contained elsewhere in the program. I do not have access to edit the pages, and it does not use DHTML. I read that the control holds the page in a document object, is there a way to use that? like wbBrowser1.Document .....

Any help would be great. I am trying to make something to log into my company's web based programs automaticly.. this would save a ton of time.

Thanks!
 
Back
Top