Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Easy Way to determine active 'net connection?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00389084
Message ID:
00389176
Vues:
14
I believe you can use Microsoft's Http control to open a connection and it will return success or failure.

oX=CreateObject('microsoft.xmlhttp')
oX.Open("GET", "http://www.microsoft.com", .f.)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform