Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How get MAC address
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Divers
Thread ID:
01499868
Message ID:
01499906
Vues:
62
Dead simple way:

1. Download VFP2C32 from http://vfpx.codeplex.com/. It's a wrapper around the API Library.
2. Run this code
SET LIBRARY TO VFP2C32
INITVFP2C32(0xFFFFFFFF)
aIPAddresses('aIPs')
? IP2MacAddress(aIPs[1]) && Or whichever IP address you want from the list of network adapters
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform