摘要:
仅仅针对于IPv4的处理方法从string转换为int以及从int转换为string// IPv4int intAddress = BitConverter.ToInt32(IPAddress.Parse(address).GetAddressBytes(), 0);string ipAddress... 阅读全文
posted @ 2015-09-07 16:29
ChuckLu
阅读(374)
评论(0)
推荐(0)
摘要:
结构用途说明Implements a Windows message.Properties1.public IntPtr HWnd { get; set; }Gets or sets the window handle of the message.System.IntPtrA platform-s... 阅读全文
posted @ 2015-09-07 11:14
ChuckLu
阅读(960)
评论(0)
推荐(0)
摘要:
Control.DefWndProcSends the specified message to the default window procedure.参数说明:m:The WindowsMessageto process.protected virtual void DefWndProc(re... 阅读全文
posted @ 2015-09-07 10:40
ChuckLu
阅读(424)
评论(0)
推荐(0)