Hello,

I'm looking for a function that will say if a URL is available or not.

I found this function :
Private Declare Function IsDestinationReachable Lib "SENSAPI.DLL" Alias "IsDestinationReachableA" (ByVal lpszDestination As String, ByRef lpQOCInfo As QOCINFO) As Long

But it works when the URL is available, when the computer is not connected but it freezes when the URL is not available !!!

Do you know something that works ?!?