Minying's Blog

Just another WordPress.com weblog

Posts Tagged ‘Process’

Process 使用筆記

Posted by minying 於 23 四月, 2009

最近剛好有一個 CASE 需要用 VB.NET 去呼叫執行其他的應用程式,所以花了一些時間了解一下 Process 這個類別的使用。在此記錄一下,方便以後資料的查詢。如果大家有不錯的用法,也歡迎提供分享 ^_^ 。 繼續閱讀文章 »

Posted in VB.NET | 已加上的標籤: | Leave a Comment »

Process 類別 結束執行的應用程式

Posted by minying 於 23 四月, 2009

Process 類別可以用來處理程序,對於結束處理程序有幾個處理步驟,查詢及測試結果,記錄下其中的差異。

CloseMainWindow( ),Close( ) 及 Kill( ) 三種方式。 繼續閱讀文章 »

Posted in VB.NET | 已加上的標籤: | Leave a Comment »