Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check for internet connection via proxy
Message
De
16/03/2017 05:30:30
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Check for internet connection via proxy
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01649101
Message ID:
01649101
Vues:
56
How can I check internet connection in LAN environment through proxy? I use code

#DEFINE FLAG_ICC_FORCE_CONNECTION 1
DECLARE Long InternetCheckConnection IN Wininet.dll String Url, Long dwFlags, Long Reserved

lcUrl = "http://www.google.com"
IF InternetCheckConnection(lcUrl, FLAG_ICC_FORCE_CONNECTION, 0) != 0
? "Connection is available"
ELSE
? "No Connection"
ENDIF

and it allways returns "no connection" on PC with proxy. On PC without proxy everything works fine.

Thanks in advance.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform