摘要:
this.openFileDialog.ShowDialog(); this.txtFileName.Text = this.openFileDialog.FileName; ProcessStartInfo info = new ProcessStartInfo(); info.FileName = txtFileName.Text;//外部程序名称 //设置外部程序工作目录 info.WorkingDirectory = txtFileName.Text.ToString().Substring(0, this.txtFileName.Text.LastIndexOf("\\&q 阅读全文
posted @ 2011-07-04 11:30
x喜德盛
阅读(711)
评论(0)
推荐(0)
浙公网安备 33010602011771号