Delphi_Screen_Capture_to_PNG

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:68KB
下载次数:11
上传日期:2009-10-25 16:52:31
上 传 者moonsalem2009
说明:  Delphi Source program, which shows an example of a screenshot of the screen and save it in PNG format - By Assarbad.
(Delphi Source program, which shows an example of a screenshot of the screen and save it in PNG format- By Assarbad.)

文件列表:
Delphi_Screen_Capture_to_PNG\Compilerswitches.pas (9165, 2004-02-22)
Delphi_Screen_Capture_to_PNG\FormatString.pas (9403, 2004-02-22)
Delphi_Screen_Capture_to_PNG\main.res (860, 2009-10-25)
Delphi_Screen_Capture_to_PNG\PngSupport.pas (41745, 2004-02-22)
Delphi_Screen_Capture_to_PNG\resbuild.bat (58, 2004-02-22)
Delphi_Screen_Capture_to_PNG\Resources\main.rc (2608, 2004-02-22)
Delphi_Screen_Capture_to_PNG\ScreenCap.dpr (7116, 2004-02-22)
Delphi_Screen_Capture_to_PNG\ScreenCap.exe (29696, 2009-10-25)
Delphi_Screen_Capture_to_PNG\ScreenShot.dcu (32881, 2009-10-25)
Delphi_Screen_Capture_to_PNG\ScreenShot.pas (81886, 2004-02-22)
Delphi_Screen_Capture_to_PNG\Resources (0, 2009-10-25)
Delphi_Screen_Capture_to_PNG (0, 2009-10-25)

The ScreenCap tool just takes a snapshot of the desktop, converts it to a PNG file and saves it in the directory given as a parameter. If the directory name contains blank spaces, put the directory name into double-quotes! If the directory does not exist (i.e. SetCurrentDirectory fails), the program will try to save the snapshot into the program's directory. Examples: ScreenCap -> will save the PNGs in the program's directory ScreenCap C:\Temp -> Will save the PNGs in C:\Temp ScreenCap ..\ -> Will save the PNGs in the parent directory of the program ScreenCap .\Screenshots -> Will save the PNGs in the sub-directory ".\Screenshots" of the program. NOTE: In all cases the directory has to exist! Else the program will silently fail and give no alarm or error message or anything the like.

近期下载者

相关文件


收藏者