02 2007 档案
用WINDOWS API判断本机是否连接入网
摘要:using System; using System.Runtime.InteropServices; namespace MyAssist { /// /// netstat 的摘要说明。 /// public class netstat { [DllImport("wininet.dll")] private ext... 阅读全文
posted @ 2007-02-04 00:19 kingeric 阅读(367) 评论(0) 推荐(0)