|
-
Feb 22nd, 2001, 08:36 PM
#1
Thread Starter
Lively Member
Hi all,
I just wanted to see if anyone knew if there is a way to avoid InternetOpenUrl hanging when the url u pass it is down. Is there any other API calls you can make to verify that the site is up?
I'd appreciate any help.
TIA!
-
Feb 23rd, 2001, 09:59 PM
#2
module code:
dim starttime as long
dim duration as long
code in button:
starttime = timer
duration = 1000
webbrowser1.navigate...
timer code:
if webbrowser1.busy = true and starttime + duration > timer then webbrowser1.stop
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
|