C 學習(4) 使用shell呼叫外部exe應用

2022-07-26 06:09:12 字數 509 閱讀 6158

一 首先建立乙個windows窗體程式,在其中增加乙個button,以及乙個textbox

二 接下來我們首先在命令提示行中呼叫我們之前就寫過的helloworld

c:\users\gao\desktop\hello.exe 代表我的hello生成應用的位置,隨後跟著的兩個字串代表hello要使用的兩個引數,之後enter既得到結果

三 接下來就要使用button將hello.exe執行結果輸出到textbox裡

雙擊button,新增**

private void button1_click(object sender, eventargs e)

執行結果如下:

author——峰燁

C 呼叫外部程式

關於三個sdk函式 winexec,shellexecute,createprocess的其他注意事項 定義標頭檔案 必須定義以下兩個標頭檔案 include 可替換為 windows.h include如果定義了標頭檔案 include 的話就不必定義 include 了。定義路徑 c 中所表示的...

C 呼叫外部程式

process.enableraisingevents true 是否激發關閉事業 new eventhandler process exited process.exittime 獲取程序退出時間 process.ha ited 程序是否已終止 process.kill 關閉當前程序 proces...

c 呼叫外部程式

留底 system.diagnostics.processstartinfo info new system.diagnostics.processstartinfo info.filename vmdotnet v2.0.50727 fetionvm.exe 這裡是你要呼叫到的外部程式 info....