Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From the app simply check if internet is connected or no
Message
De
09/10/2005 02:29:53
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01057453
Message ID:
01057515
Vues:
16
This message has been marked as a message which has helped to the initial question of the thread.
Below is a Chinese foxer's unprofessional way,hope you enjoy it :),
_Screen.AlwaysOnTop=.t.
!nslookup www.levelextreme.com >ttt.txt
_Screen.AlwaysOnTop=.f.
RETURN  "NAME"$UPPER(filetostr("ttt.txt"))
---Or----------------------------
! ping www.levelextreme.com  >ttt.txt
return IIF("TIME OUT"$UPPER(filetostr("ttt.txt")),"Can't","Can")+" go internet"
Steven
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform