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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-05 05:20:01  来源:igfitidea点击:

Need a .NET WinForms IP Address Control

c#.net.net-3.5controlsip-address

提问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):

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

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