2015年12月14日 星期一

C# Capture Screen 截圖程式

English
========================================================================
Today I write a sample screen shot tool. I will save the picture in the application path and named by date time.

1. Use the following code can get the current application path.


2. I use the send print screen key to get image.


3. The application run like below picture.





中文
========================================================================
今天來製作一個簡單的截圖程式,並把圖檔存放在程式執行的目錄下,並利用時間來命名

1. 抓取現在程式執行的路徑方式如下


2. 抓取圖片的部分,我們使用 SendKey 的方式去處理,並把圖片顯示成在 PictureBox


3. 程式執行結果如下




沒有留言:

OS Operating System 作業系統 恐龍書 筆記分享

發現一個作業系統說明的網站, 對於 process vs thread, semaphore vs mutex, deadlock 說明很詳細, 有興趣的人可以去以下的網頁逛逛。 附上網址連結: link   link2