- Infraredremotesixfootcrawlerrobotdesignallmaterial 六足爬虫机器人设计 的机械机构 电路图 还有汇编语言的控制程序
- nagement 仿生六足机器人传感器系统电源管理技术Biomimetic hexapod robot sensor system power ma
- six_foot 六足机器人
- aqd blktrace output analysis: generate a timeline & gather statistics
- CMAequalization QAM高阶调制 恒模盲均衡算法 CMA Equalization Algorithm
- fft Example of a FFT function written in C. A solution with one array for amplitude
文件名称:vcDllCapture
-
所属分类:
- 标签属性:
- 上传时间:2014-05-25
-
文件大小:30.53kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
VC/C++源码,图形处理,屏幕抓图
C++ 基于DLL的屏幕抓图,是利用通用的热键管理DLL 实现的热键功能,在收到热键通知后截取屏幕的内容并保存到BMP 文件中。从而实现屏幕抓图功能,运行程序后,界面可参见上图,单击【浏览…】按钮可以改变保存文件的路径,而单击【设置】按钮则可以改变截取屏幕的热键。
实现思路主要是:
在一个DLL(热键管理DLL)中安装一个键盘钩子,用另一个程序(Capture)通过这个DLL 来增加、修改、删除热键。当用户按了抓取屏幕的热键后,热键管理DLL 通知Capture 抓取屏幕,并保存位图。
测试需要注意的是:
需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下。-VC/C++ source code, graphics, screen shots C++ DLL-based screen capture, management is the use of a common DLL implementation hotkey hotkey function hotkey after receiving notice of the interception of the contents of the screen and save to BMP file . In order to achieve the screen capture function, run the program, the interface can be found on the map, click [Browse ...] button to change the path to save the file, and click the [Setup] button, you can change the hotkey interception of the screen. Achieve the main idea is: install a DLL (Hotkey Manager DLL) in a keyboard hook with another program (Capture) to increase through this DLL, modify, delete hotkeys. When the user presses a hotkey to capture screen after notification Capture Hotkey Manager DLL grab the screen and save the bitmap. Testing Note: you need to compile the dynamic library hook, then hook.dll and hook.lib copy to capture the debug directory.
C++ 基于DLL的屏幕抓图,是利用通用的热键管理DLL 实现的热键功能,在收到热键通知后截取屏幕的内容并保存到BMP 文件中。从而实现屏幕抓图功能,运行程序后,界面可参见上图,单击【浏览…】按钮可以改变保存文件的路径,而单击【设置】按钮则可以改变截取屏幕的热键。
实现思路主要是:
在一个DLL(热键管理DLL)中安装一个键盘钩子,用另一个程序(Capture)通过这个DLL 来增加、修改、删除热键。当用户按了抓取屏幕的热键后,热键管理DLL 通知Capture 抓取屏幕,并保存位图。
测试需要注意的是:
需要先编译动态库hook,然后将hook.dll和hook.lib拷贝到capture的debug目录下。-VC/C++ source code, graphics, screen shots C++ DLL-based screen capture, management is the use of a common DLL implementation hotkey hotkey function hotkey after receiving notice of the interception of the contents of the screen and save to BMP file . In order to achieve the screen capture function, run the program, the interface can be found on the map, click [Browse ...] button to change the path to save the file, and click the [Setup] button, you can change the hotkey interception of the screen. Achieve the main idea is: install a DLL (Hotkey Manager DLL) in a keyboard hook with another program (Capture) to increase through this DLL, modify, delete hotkeys. When the user presses a hotkey to capture screen after notification Capture Hotkey Manager DLL grab the screen and save the bitmap. Testing Note: you need to compile the dynamic library hook, then hook.dll and hook.lib copy to capture the debug directory.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
codefans.net/基于DLL的屏幕抓图/Capture/Capture.aps
codefans.net/基于DLL的屏幕抓图/Capture/Capture.clw
codefans.net/基于DLL的屏幕抓图/Capture/Capture.cpp
codefans.net/基于DLL的屏幕抓图/Capture/Capture.dsp
codefans.net/基于DLL的屏幕抓图/Capture/Capture.dsw
codefans.net/基于DLL的屏幕抓图/Capture/Capture.h
codefans.net/基于DLL的屏幕抓图/Capture/Capture.rc
codefans.net/基于DLL的屏幕抓图/Capture/CaptureDlg.cpp
codefans.net/基于DLL的屏幕抓图/Capture/CaptureDlg.h
codefans.net/基于DLL的屏幕抓图/Capture/ReadMe.txt
codefans.net/基于DLL的屏幕抓图/Capture/res/Capture.ico
codefans.net/基于DLL的屏幕抓图/Capture/res/Capture.rc2
codefans.net/基于DLL的屏幕抓图/Capture/resource.h
codefans.net/基于DLL的屏幕抓图/Capture/StdAfx.cpp
codefans.net/基于DLL的屏幕抓图/Capture/StdAfx.h
codefans.net/基于DLL的屏幕抓图/hook/Hook.clw
codefans.net/基于DLL的屏幕抓图/hook/Hook.cpp
codefans.net/基于DLL的屏幕抓图/hook/Hook.def
codefans.net/基于DLL的屏幕抓图/hook/Hook.dsp
codefans.net/基于DLL的屏幕抓图/hook/Hook.dsw
codefans.net/基于DLL的屏幕抓图/hook/Hook.h
codefans.net/基于DLL的屏幕抓图/hook/Hook.rc
codefans.net/基于DLL的屏幕抓图/hook/res/Hook.rc2
codefans.net/基于DLL的屏幕抓图/hook/Resource.h
codefans.net/基于DLL的屏幕抓图/hook/StdAfx.cpp
codefans.net/基于DLL的屏幕抓图/hook/StdAfx.h
codefans.net/基于DLL的屏幕抓图/说明.txt
codefans.net/基于DLL的屏幕抓图/Capture/res
codefans.net/基于DLL的屏幕抓图/hook/res
codefans.net/基于DLL的屏幕抓图/Capture
codefans.net/基于DLL的屏幕抓图/hook
codefans.net/基于DLL的屏幕抓图
codefans.net
codefans.net/基于DLL的屏幕抓图/Capture/Capture.clw
codefans.net/基于DLL的屏幕抓图/Capture/Capture.cpp
codefans.net/基于DLL的屏幕抓图/Capture/Capture.dsp
codefans.net/基于DLL的屏幕抓图/Capture/Capture.dsw
codefans.net/基于DLL的屏幕抓图/Capture/Capture.h
codefans.net/基于DLL的屏幕抓图/Capture/Capture.rc
codefans.net/基于DLL的屏幕抓图/Capture/CaptureDlg.cpp
codefans.net/基于DLL的屏幕抓图/Capture/CaptureDlg.h
codefans.net/基于DLL的屏幕抓图/Capture/ReadMe.txt
codefans.net/基于DLL的屏幕抓图/Capture/res/Capture.ico
codefans.net/基于DLL的屏幕抓图/Capture/res/Capture.rc2
codefans.net/基于DLL的屏幕抓图/Capture/resource.h
codefans.net/基于DLL的屏幕抓图/Capture/StdAfx.cpp
codefans.net/基于DLL的屏幕抓图/Capture/StdAfx.h
codefans.net/基于DLL的屏幕抓图/hook/Hook.clw
codefans.net/基于DLL的屏幕抓图/hook/Hook.cpp
codefans.net/基于DLL的屏幕抓图/hook/Hook.def
codefans.net/基于DLL的屏幕抓图/hook/Hook.dsp
codefans.net/基于DLL的屏幕抓图/hook/Hook.dsw
codefans.net/基于DLL的屏幕抓图/hook/Hook.h
codefans.net/基于DLL的屏幕抓图/hook/Hook.rc
codefans.net/基于DLL的屏幕抓图/hook/res/Hook.rc2
codefans.net/基于DLL的屏幕抓图/hook/Resource.h
codefans.net/基于DLL的屏幕抓图/hook/StdAfx.cpp
codefans.net/基于DLL的屏幕抓图/hook/StdAfx.h
codefans.net/基于DLL的屏幕抓图/说明.txt
codefans.net/基于DLL的屏幕抓图/Capture/res
codefans.net/基于DLL的屏幕抓图/hook/res
codefans.net/基于DLL的屏幕抓图/Capture
codefans.net/基于DLL的屏幕抓图/hook
codefans.net/基于DLL的屏幕抓图
codefans.net
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.