How to create auto web form filler?
Hello VBF members,
I am new out here.:afrog: Actually I am trying to create software for directory submission.
It is basically associated with Auto web form filling. I am stuck with a problem.
Can any one guide me which VB object or property to use to fetch the web form details and Auto fill data.
Thanks in advance.:)
Re: How to create auto web form filler?
try this two links
http://www.vbforums.com/showthread.p...rowser+control
http://www.vbforums.com/showthread.p...rowser+control
Quote:
Originally Posted by zstech
Hello VBF members,
I am new out here.:afrog: Actually I am trying to create software for directory submission.
It is basically associated with Auto web form filling. I am stuck with a problem.
Can any one guide me which VB object or property to use to fetch the web form details and Auto fill data.
Thanks in advance.:)
Re: How to create auto web form filler?
Add a webbrowser to your form, navigate it to the page with the form, and put your form filling code in the DocumentComplete function.