摘要: View Code var systemRoot = System.Environment.SystemDirectory;Process.Start(systemRoot[0].ToString() + @":\Program Files\Common Files\microsoft shared\ink\TabTip.exe");读取文本文件并范围listarray类型View Code 1 private ArrayList ReadTxt() 2 { 3 string path = Application.StartupPath; 4 ... 阅读全文
posted @ 2013-03-25 17:20 xjzhangdc 阅读(158) 评论(0) 推荐(0)