Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How get MAC address
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Miscellaneous
Thread ID:
01499868
Message ID:
01499906
Views:
61
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
Previous
Reply
Map
View

Click here to load this message in the networking platform