摘要:
private const int EM_SETCUEBANNER = 0x1501; [DllImport("user32.dll", CharSet = CharSet.Auto)] private static extern Int32 SendMessage (Int... 阅读全文
posted @ 2015-07-21 16:20
酒歌
阅读(386)
评论(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
酒歌
阅读(348)
评论(0)
推荐(0)
浙公网安备 33010602011771号