Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IP address from VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
IP address from VFP
Divers
Thread ID:
00141462
Message ID:
00141462
Vues:
71
I came across this little snippet while surfing the net and thought some might find it useful. It give the user ip address.
* Show local ip address
IPSocket = CreateObject("MSWinsock.Winsock")
IPAddress = IPSocket.LocalIP
MessageBox ("Local IP = " + IPAddress)
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform