Hello, I would likd my vb app to fill in forms/fileds that the user requests, and submit, how do I do that?
Thank you.
Printable View
Hello, I would likd my vb app to fill in forms/fileds that the user requests, and submit, how do I do that?
Thank you.
I'm sorry, hate to joke, but... can you maybe be a little more vague?
What I mean is, I'm using the webbrowser control and have a webbrowser window. Now I want my app to go to a site (let's say yahoo) and the user will type in a textbox what he wants it to fill in the search filed, then he will press a command button (let's say cmdFill) and it will fill the searchtextfiled on the yahoo site and press Search (submit the form).
How do I "App control where your program takes control of the browser and enters the data and does the submit" ?
Can anyone please help?!