PDA

Click to See Complete Forum and Search --> : inet openurl error!


jini
Mar 28th, 2000, 09:47 PM
Hi!,
My code looks like this:
' Retrieve the file as a byte array.
bData() = Inet1.OpenURL(strURL, icByteArray)

Question: How do we take care in an event when:
1. The URL is inavalid.
2. If the openurl fails.
3. The server is down.
4. It takes long time to OPEN the URL.
Thanks for the help.