摘要:
// using System.Diagnostics;private string appName = "calc.exe";/// /// 1. 启动外部程序,不等待其退出/// private void button1_Click(object sender, EventArgs e){Process.Start(appName);MessageBox.Show(String.Format(... 阅读全文
posted @ 2008-08-28 13:18 renhb 阅读(403) 评论(0) 推荐(0)
浙公网安备 33010602011771号