I have created a form with a web browser control and button on it.
After the desired page loads in the browser, pushing the button should change the value of an input type="text" (text box) on a form on the open web page.
Can you show me the code to do this. If it helps the page is www.protk.com and the text box is the member id.
This is my first attempt at controlling a web page from a VB program and I'm a little confused.
Thanks,
Brian
After the desired page loads in the browser, pushing the button should change the value of an input type="text" (text box) on a form on the open web page.
Can you show me the code to do this. If it helps the page is www.protk.com and the text box is the member id.
This is my first attempt at controlling a web page from a VB program and I'm a little confused.
Thanks,
Brian
Comment