Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function to get the IPAddress
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00485417
Message ID:
00485521
Vues:
19
>>>Somebody knows a function to read the IPAddress of my computer. I need a function to be called from VFP.
>>>Thanks
>>
>>Will using the MSWinsck.ocx ActiveX control work? If so
oSock = CREATEOBJECT("MSWinsock.Winsock.1")
>>? oSock.LocalIP
should work.
>
>George why does it work with or without the .1? What exactly is that a versioning number or what? I never looked it up :o

It is a version number. There are usually two entries in the registry. The current version you have installed and a version independent entry that redirects COM calls to the versioned entry.

So either will work.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform