| 網(wǎng)站首頁 | 關(guān)于我們 | 開發(fā)優(yōu)勢 | 產(chǎn)品展示 |
| 合作企業(yè) | 新聞動態(tài) | 聯(lián)系我們 | 電話聯(lián)系 |
文章作者:濟(jì)南軟件開發(fā) 時間:2016年12月20日
/* 啟動記事本程序 */
private void 記事本ToolStripMenuItem_Click(object sender, EventArgs e)
{
//開啟一個新process
System.Diagnostics.ProcessStartInfo p = null;
System.Diagnostics.Process proc;
p = new System.Diagnostics.ProcessStartInfo("NOTEPAD.exe");
p.WorkingDirectory = "NOTEPAD.exe";//設(shè)置此外部程序所在windows目錄
proc = System.Diagnostics.Process.Start(p);//調(diào)用外部程序
}
想要了解更多詳情歡迎來電咨詢18678812288
登陸網(wǎng)址:m.h6244.cn。
聯(lián)系人:王經(jīng)理。