views:

1070

answers:

3

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.

Any and all suggestions are welcome. Thanks.

+2  A: 

Tada.

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

Daniel A. White
Daniel, have you used this one personally? Looks promising...
Matt Davis
No, I found this googling.
Daniel A. White
A: 

Get the latest code at http://code.google.com/p/ipaddresscontrollib/

Pat
A: 

I found following ip address control. Its really good. http://sanity-free.org/127/an_ipaddress_control_the_win32_sysipaddress32_control_in_csharp.html

Hemant