Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need a .NET WinForms IP Address Control [closed]

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.

like image 741
Matt Davis Avatar asked May 19 '09 20:05

Matt Davis


2 Answers

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/

like image 98
Daniel A. White Avatar answered Sep 21 '22 22:09

Daniel A. White


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

like image 24
Hemant Avatar answered Sep 23 '22 22:09

Hemant