I would like to create a VB6 program that can "scrub" a website to get status response info on a membership application (sorry I can't provide details or tell you what website it is). The program needs to be able to automate the entry of user ID and password, then "click" the appropriate links or series of links in the site leading to the final status response page. At some point before getting the final status response page, it will be necessary to select from a list of values (membership application numbers) displayed in a table on the webpage and "click" the particular value for which a status response is desired. Thus, if there are several membership application numbers listed in the table and it is desired to get the status of one particular membership application number, the program should be able to "click" that particular membership application number in order to get its status.
Now, I know that I can use the WebBrowser control, but I need some code examples and details on how to use this control. I would greatly appreciate if anyone could provide and explain some code examples and point me to some good documentation on the properties and methods of the WebBrowser control. I would especially need details or code on how to implement the selection and "clicking" of the desired membership application number from the table. And oh, at some point there is also a message box displayed by the site, so I'd like to know how the program could "click" OK on this message box to continue to the next step.
Thanks in advance for your much appreciated help! :)
Now, I know that I can use the WebBrowser control, but I need some code examples and details on how to use this control. I would greatly appreciate if anyone could provide and explain some code examples and point me to some good documentation on the properties and methods of the WebBrowser control. I would especially need details or code on how to implement the selection and "clicking" of the desired membership application number from the table. And oh, at some point there is also a message box displayed by the site, so I'd like to know how the program could "click" OK on this message box to continue to the next step.
Thanks in advance for your much appreciated help! :)