Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Internet connection health monitor
Message
De
12/07/2007 06:19:08
 
Information générale
Forum:
Windows
Catégorie:
Informatique en général
Divers
Thread ID:
01239599
Message ID:
01239600
Vues:
8
>Hi all
>
>Is there a utility that give a general idea of the health of the Internet connection (timeouts, slow pings)? Something simple that probably goes green in the system tray when the connection is living upto it's promised bandwidth.
>
>Please advise.

Not exactly what you ae lookng for, but this small VFP function will report true/false
Function InternetOK
Lparameters lcmyFastLoadedSite
#define FLAG_ICC_FORCE_CONNECTION 0x01
If Pcount()=0
  lcmyFastLoadedSite = "http://www.dir.bg"
EndIf 
DECLARE INTEGER InternetCheckConnection IN wininet STRING lpszUrlSTRING, INTEGER dwFlags, INTEGER dwReserved
Return InternetCheckConnection(lcmyFastLoadedSite,FLAG_ICC_FORCE_CONNECTION,0)=1
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform