A clone of the Win95/98/ME utility for checking and controlling IP addresses.
Latest Internet Protocol (IP) Articles
How to Get an ARP Table with an IP Helper API
Learn how to get an Address Resolution Protocol (ARP) table in VC++ 6.0 on Windows with an IP Helper API.
IP Enumeration
Learn about the quickest way to enumerate the available IP addresses.
Speeding Up Internet Browsing
This program watches for DNS requests, lists them, and allows you to save them to block certain sites.
IP Inter-network Testing Using Only a LAN
Making an IP connection locally from simple TCP sockets applications is no problem. Being able to do that from any random or specific IP address to create a wan test environment is a little more difficult--unless you read this article!
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.