11 2019 档案
摘要:private void Checkedlistbox_ItemCheck(object sender, ItemCheckEventArgs e) { for (int i = 0; i < chkCountry.Items.Count; i++) { if (i != e.Index)//除去当
阅读全文
摘要:/// <summary> /// 获取本机IP地址 /// </summary> /// <returns>本机IP地址</returns> public static string GetLocalIP() { try { string HostName = Dns.GetHostName();
阅读全文
摘要:try { string str = System.Windows.Forms.Application.StartupPath + @"\ocx\ceshi.ocx";//路径名 Process p = new Process(); p.StartInfo.FileName = "regsvr32"
阅读全文