Search code examples
c#.net.net-3.5controlsip-address

Need a .NET WinForms IP Address Control


I need a robust, user-friendly, professional-looking .NET WinForms IP address control for use in a project I'm working on. This control, at a minimum, should support IPv4 addressing and ideally would support IPv6 addressing as well. I would prefer a free control with C# source code, but don't mind paying for one.

I am using .NET 3.5 SP1, so anything .NET 2.0 and greater should be sufficient.


Solution

  • Tada.

    http://www.codeproject.com/KB/miscctrl/IpAddrCtrlLib.aspx

    The latest version of this control is found here (thanks Pat):

    http://code.google.com/p/ipaddresscontrollib/