|
-
Jul 12th, 2004, 10:47 AM
#1
Thread Starter
New Member
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
-
Jul 12th, 2004, 02:08 PM
#2
Sleep mode
If I remember correctly , there's an event called CompleteLoad or something like this . It triggers when finishing loading the page, I believe.
-
Jul 13th, 2004, 11:13 AM
#3
Thread Starter
New Member
I can't find any processes similar to completeload for myProcess.
Is there a better method than using the Process Class for accessing data from a URL?
-
Jul 13th, 2004, 01:03 PM
#4
Sleep mode
Originally posted by sollytoo
I can't find any processes similar to completeload for myProcess.
Is there a better method than using the Process Class for accessing data from a URL?
I'm not really that expert with internet programming but did you have a look at network stream and Net Class ? sorry if I can't help .
-
Jul 14th, 2004, 11:55 PM
#5
Thread Starter
New Member
Thanks pirate. I ended up using the axwebbrowser control from IE. Rather ungraceful way of accomplishing my task, but it does the job.
Greatly appreciate all the help you gave me. 
Now on to the next problem...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|