在應用程式中啟動其他程式的方法

2021-05-18 01:21:04 字數 768 閱讀 6269

1.uint winexec(lpcstr lpcmdline,uint ucmdshow)

eg: if(winexec(「cdplayer.exe」,sw_maximize)<=31)

afxmessagebox(「

執行cd

」);

eg: winexec("winmine.exe",sw_shownormal);

winexec("c://windows//system32//sol.exe",sw_shownormal); 2.

startupinfostinfo;

processinfoprocinfo;

createprocess(null,」calc.exe」,null,null,false,normal_priority_class,null,null,& stinfo, & procinfo);3.

shellexecute(handle,」open」,」cdplayer.exe」,null,sw_shownormal);

eg:

瀏覽

c:/windows

資料夾

shellexecute(handle,」explore」,」c:/windows」,null,null,sw_shownormal);

intent 啟動其他應用程式應用

被啟動activity中加入標籤 啟動activity中 intent opensomediagintent new intent opensomediagintent.addcategory android.intent.category.haha handlerthreadactivity.th...

C 中呼叫其他應用程式的方法

winexec,shellexecute,createprocesswinexec lpcstr lpcmdline,命令路徑 uint ucmdshow 顯示方式 使用方法如下 winexec notepad.exe sw show 開啟記事本 winexec d program filestes...

Visual C 中呼叫其他應用程式的方法(函式)

本文所有程式在visual studio.net 2003 c 環境下編寫,編譯過程沒有錯誤。現在都使用visual studio 2005了。不知道還能編譯通過不 三個sdk函式winexec,shellexecute,createprocess實現呼叫其他程式的方法 visual c中呼叫其他應...