摘要:
private const int EM_SETCUEBANNER = 0x1501; [DllImport("user32.dll", CharSet = CharSet.Auto)] private static extern Int32 SendMessage (Int... 阅读全文
摘要:
Ping pingSender = new Ping(); PingReply reply = pingSender.Send("www.baidu.com", 120);//第一个参数为ip地址,第二个参数为ping的时间 if (reply.Status == IPSta... 阅读全文