CaptureWindow_demo

所属分类:GDI/图象编程
开发工具:Visual C++
文件大小:14KB
下载次数:124
上传日期:2008-06-18 22:11:42
上 传 者leungkwok
说明:  Capturing window content can be done easily by using the ::BitBlt(..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the screen (Desktop), this technique is useful. Because it s not good for capturing covered windows, I capture windows with the ::PrintWindow(..) API. The project is a MFC-dialog based application, built with VC6. However, as mentioned above, all the implementations are inside the CaptureEx class, so actually MFC is being used just as a wrapper for the GUI the CaptureEx functionality is implemented with the Win32 API. In that way, Win32 applications can also benefit from the class.
(Capturing window content can be done easily by using the:: BitBlt (..) from the screen DC however, this kind of implementation forces you to make sure that the window you want to capture is on top of the screen. In this project, to capture all the screen (Desktop), this technique is useful. Because it s not good for capturing covered windows, I capture windows with the:: PrintWindow (..) API.The project is a MFC-dialog based application, built with VC6. However, as mentioned above, all the implementations are inside the CaptureEx class, so actually MFC is being used just as a wrapper for the GUI the CaptureEx functionality is implemented with the Win32 API. In that way, Win32 applications can also benefit from the class.)

文件列表:
CaptureWindow\CaptureEx.cpp (8761, 2007-02-11)
CaptureWindow\CaptureEx.h (1106, 2006-02-03)
CaptureWindow\CaptureWindow.cpp (2161, 2006-01-11)
CaptureWindow\CaptureWindow.dsp (4386, 2006-01-15)
CaptureWindow\CaptureWindow.dsw (551, 2006-01-11)
CaptureWindow\CaptureWindow.h (1401, 2006-01-11)
CaptureWindow\CaptureWindow.rc (6249, 2006-01-11)
CaptureWindow\CaptureWindowDlg.cpp (8009, 2006-02-03)
CaptureWindow\CaptureWindowDlg.h (1700, 2006-01-11)
CaptureWindow\res (0, 2007-02-11)
CaptureWindow\resource.h (921, 2006-01-11)
CaptureWindow\res\CaptureWindow.ico (1078, 2006-01-11)
CaptureWindow\res\CaptureWindow.rc2 (405, 2006-01-11)
CaptureWindow\StdAfx.cpp (215, 2006-01-11)
CaptureWindow\StdAfx.h (1054, 2006-01-11)

近期下载者

相关文件


收藏者