Thanks, seems the call to InternetOpen too often caused the big holdup. I have now only one InternetOpen then multiple InternetOpenURL’s. This seems to work properly.

 

Ta,

Dave.

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nello Sestini
Sent: Tuesday, 26 August 2003 12:27 p.m.
To: Multiple recipients of list delphi
Subject: Re: [DUG]: InternetOpenURL

 

take a look at

 

InternetSetOption() INTERNET_OPTION_CONNECT_TIMEOUT

 

hope this helps

 

 

 

----- Original Message -----

From: dave

Sent: Tuesday, August 26, 2003 07:04

Subject: RE: [DUG]: InternetOpenURL

 

Actually, the function did come back, just took about 15 minutes.

Any help on this one?

 

Dave

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dave
Sent: Tuesday, 26 August 2003 11:46 a.m.
To: Multiple recipients of list delphi
Subject: [DUG]: InternetOpenURL

 

Hi all,

Using InternetOpenURL to return the text of a web page, any idea why this appears to hang permanently on a page, where the page opens fine in the browser? Always the same page which is a standard HTML page. All others I have tried work fine.

 

Is there any way of specifying a timeout for this function?

 

Cheers,

Dave.

Reply via email to