搜索资源列表
jiepingchengxu1111
- 截屏程序。简单介绍如何截取当前屏幕?供大家参考-cut screen procedures. How simple interception current screen? For your reference
Screentofile
- 自动截屏到文件的小程序 (一)功能 实现了一个定时截取当前屏幕图像的小程序。 (二)准备工作 1)建立VC CONSOLE APPLICATION,选择MFC SUPPORT 2)在STDAFX.H文件中加入头文件:conio.h-automatic cut-off screen to the small document (1) Realization of a regular interception current screen image of sm
screen4
- 可以实现屏幕区域内选框截屏,跟截取桌面作为背景稍有差别,采用窗体前置透明化截取桌面图像。-Can be achieved within the screen area box screen shots, as the desktop background with a slight difference in the interception, the interception of the desktop image using a form transparent
capturetojpg
- 使用VB实现当前屏幕的截屏并转换为JPG格式-Capture the Screen and Convert to Jpg
ScreenCapture
- 一个可以对屏幕进行截图的小程序,类似QQ的截屏功能。源码中的每个文件都有详细的功能说明,非常适合学习研究。-A screenshot of the screen for a small procedure, similar to the screenshot function QQ. Source of each document has a detailed descr iption of the function is very suitable for study.
screenshot
- 实现截屏功能的 小工具 vs2008做的 双击就可以在工具所在目录获得当前屏幕 -Functions to achieve the gadget screenshot
MySoftware
- 一个截图软件和一个多线程下载器 可以截屏幕窗口或者桌面 下载器暂时只能支持本机回路下载,只要是让大家看清我的思路就行,其它的功能要实现就简单了-A screenshot of the software and a multi-threaded download manager can intercept screen, window or the desktop downloader can only support the local loop being downloaded, as
VB-screen-capture
- VB仿QQ屏幕截屏源码,很酷很酷的,值得一看^_^-QQ-screen screenshots imitation VB source code, cool cool, worth a look ^ _ ^
Screenshotbmp
- 类似QQ截屏功能,并将屏幕存为bmp文件-Screenshot saved as bmp files and screen
screen-capture
- 自己写的一个windows屏幕截屏软件,可以直接运行,使用该软件可以截取屏幕的任何一个位置的图片-Write a windows screen screenshot software can be run using the software can intercept screen image in any one location
Desktop
- 实现了在system权限下的屏幕截图,支持远程用at命令或登录到system用户进行截取用户桌面而非黑屏。-Under the authority of the system to achieve a screenshot, use the at command or remote system users to log in to intercept the user' s desktop instead of black.
Screencapture
- 屏幕截图文档,截屏程序C++代码,Screen capture-Screen capture
catch
- 经过多番研究与比较,发现使用以下方法是最简单的了,短短几行代码便实现了屏幕或活动窗口截屏\图片合成\文字叠加\保存成JPG功能 这全归功于VS2008的新类CImage,如果要用VC6.0实现相同的功能,代码量不是要多出多少倍的问题,-desk catch
screenshots-and-screenshots
- Delphi屏幕拷贝,截图,抓屏代码 主要是功能函数-Delphi screen copy, screenshots, screenshots code
ScreenCapture
- Win32API 编写简单屏幕截屏软件 跟QQ的截图差不多.