摘要: IPAddress ip = IPAddress.Parse("59.32.0.0"); byte[] bip = ip.GetAddressBytes(); uint a = BitConverter.ToUInt32(bip, 0); a ^= (uint)Math.Pow(2, 8); ip = ne... 阅读全文
posted @ 2007-07-27 17:25 jambol 阅读(1479) 评论(1) 推荐(0) 编辑
摘要: 摘要:本文旨在帮助您了解 Microsoft .NET 框架中的 PropertyGrid 控件,以及如何针对您的应用程序自定义该控件。 PropertyGrid 控件简介 如果您使用过 Microsoft® Visual Basic® 或 Microsoft Visual Studio .NET,那么您一定使用过属性浏览器来浏览、查看和编辑一个或多个对象的属性。.NET 框架 Pr... 阅读全文
posted @ 2007-07-27 16:02 jambol 阅读(691) 评论(0) 推荐(1) 编辑