11 2019 档案

摘要:private void Checkedlistbox_ItemCheck(object sender, ItemCheckEventArgs e) { for (int i = 0; i < chkCountry.Items.Count; i++) { if (i != e.Index)//除去当 阅读全文
posted @ 2019-11-27 10:56 ₯㎕~ 阅读(1075) 评论(0) 推荐(0) 编辑
摘要:/// <summary> /// 获取本机IP地址 /// </summary> /// <returns>本机IP地址</returns> public static string GetLocalIP() { try { string HostName = Dns.GetHostName(); 阅读全文
posted @ 2019-11-25 13:40 ₯㎕~ 阅读(146) 评论(0) 推荐(0) 编辑
摘要:try { string str = System.Windows.Forms.Application.StartupPath + @"\ocx\ceshi.ocx";//路径名 Process p = new Process(); p.StartInfo.FileName = "regsvr32" 阅读全文
posted @ 2019-11-21 14:30 ₯㎕~ 阅读(142) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示