2015年7月21日
摘要: private const int EM_SETCUEBANNER = 0x1501; [DllImport("user32.dll", CharSet = CharSet.Auto)] private static extern Int32 SendMessage (Int... 阅读全文
posted @ 2015-07-21 16:20 酒歌 阅读(381) 评论(0) 推荐(0) 编辑
摘要: Ping pingSender = new Ping(); PingReply reply = pingSender.Send("www.baidu.com", 120);//第一个参数为ip地址,第二个参数为ping的时间 if (reply.Status == IPSta... 阅读全文
posted @ 2015-07-21 14:43 酒歌 阅读(334) 评论(0) 推荐(0) 编辑