C# 需要一个 .NET WinForms IP 地址控制
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/884857/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Need a .NET WinForms IP Address Control
提问by Matt Davis
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.
我需要一个强大的、用户友好的、具有专业外观的 .NET WinForms IP 地址控件,以便在我正在处理的项目中使用。该控制至少应支持 IPv4 寻址,理想情况下还应支持 IPv6 寻址。我更喜欢带有 C# 源代码的免费控件,但不介意为一个控件付费。
I am using .NET 3.5 SP1, so anything .NET 2.0 and greater should be sufficient.
我使用的是 .NET 3.5 SP1,所以任何 .NET 2.0 及更高版本都应该足够了。
Any and all suggestions are welcome. Thanks.
欢迎任何和所有建议。谢谢。
采纳答案by Daniel A. White
Tada.
多田。
http://www.codeproject.com/KB/miscctrl/IpAddrCtrlLib.aspx
http://www.codeproject.com/KB/miscctrl/IpAddrCtrlLib.aspx
The latest version of this control is found here (thanks Pat):
此控件的最新版本可在此处找到(感谢 Pat):
回答by Pat
Get the latest code at http://code.google.com/p/ipaddresscontrollib/
回答by Hemant
I found following ip address control. Its really good. http://sanity-free.org/127/an_ipaddress_control_the_win32_sysipaddress32_control_in_csharp.html
我发现以下ip地址控制。真的很棒。 http://sanity-free.org/127/an_ipaddress_control_the_win32_sysipaddress32_control_in_csharp.html