Waiting for URL to update
I need to access my company's website, login, wait for new page to upload, then grab some of the information displayed in a textbox and place it in my VB.NET program's textbox.
I successfully accessed the login URL by instantiating a process, but I cannot find a way to wait for the URL to finish loading before sending the U&P. This is also a problem when trying to go to the next page.
Other than setting a timer, is there a clean way of doing this?
Also, once I finally get to the page, how do I access the data and pass it to my program?
Thanks for any help you can give me. :)
angela