Use this simple tool to display and modify the IP-to-Physical address translation tables used by ARP (Address Resolution Protocol), such as Windows command-line arp.exe.
Latest Network Information Articles
A New Method to Get MAC/NIC Statistical Information
Discover a method to get statistical information about all local network interfaces. It is also a method to retrieve MAC addresses.
Three ways to get your MAC address.
Although there are no functions named GetMACaddress in the Win32 API, ATL, MFC, or C#, it is fairly easy to find and associate your MAC address with its related IP addresses.
View Adapter Information using GetAdaptersInfo
This function is a way to retrieve the unique information that globally identify the computer.
Retrieving NIC information using SNMP queries
Updated Source. Allows all NIC information to be retrieved with two function calls: GetNICCount() and GetNICInfo()
Retrieval of Computer Names and their IP Addresses
You can use this code to retrieve the host information in a network and also get the IP address of each PC.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.

Switching Input Languages Dynamically with Visual Basic
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.