Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check whether a url is completely loaded in brows
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01172383
Message ID:
01173071
Views:
12
I use this in a few old .vbs's it does tell me that the object has the ".busy" flag. That should be accessable for you.
Set oIE = CreateObject("InternetExplorer.Application")
oIE.Navigate("about:blank")
while oIE.Busy: wend ' wait for page to load...
HTH,

>Hi All
>In my vb.net application, i am calling a system.diagnostic.process
>to start iexplore and open a Url in that browser.
>I want to make sure that the url is completely loaded before performing any more codes.
>Is there any way to check this.
>
>Thanx in advance
>
>Regards
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Previous
Reply
Map
View

Click here to load this message in the networking platform