VB.net shell、IO.File.Open、Process.Start、Shellexecute API 運用經驗總結

來源:互聯網
上載者:User

標籤:需要   art   span   問題   code   cmd   方法   proc   oca   

 

 

開啟檔案還有很多方法,但我瞭解到運用較多的是上面幾種- -,為了防止以後忘記,先把瞭解到的寫下來。

1、Shell  

這個看了很多網頁,最靠譜的運用方法:

Shell("cmd.exe /c " & Br_PathLocal) ‘ 一般用shell調用cmd命令來開啟檔案

但問題是,命令視窗關不了- -,一同開啟,需要繼續挖掘。

 

2、IO.File.Open

這個運行沒問題,但是不顯示出來,第二次執行時會報錯:進程已經在運行。

不太懂,先記著。

 

3、Process.Start(這個我喜歡)

這個通俗易懂,VB.net中的,直接使用,還有多種重載,記得右鍵:“轉到定義” 

 

4、Shellexecute API 

這個是API來的,關鍵在於引入API,也是個好東西。

VB.net shell、IO.File.Open、Process.Start、Shellexecute API 運用經驗總結

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.