xuxiangwin

积分:290
上传文件:4
下载次数:150
注册日期:2007-11-14 10:00:47

上传列表
ScreenCap.zip - 用GDI函数抓屏 如果我们不太在意抓屏的效率,并且我们想要的只是一个屏幕快照的话,可以考虑使用GDI方式。这种抓屏机制是以“桌面也是一个窗口,桌面也有一个窗口句柄(HWND)”这个简单的常识为基础的,如果我们得到了桌面的设备上下文(DC),就可以利用blit(复制)它的内容到我们创建的DC中。我们可以用GetDeskWindow()得到桌面的窗口句柄,从句柄得到DC也是很容易的 ,2008-09-13 14:52:31,下载30次
jietu.rar - 视频截图,不需要播放器,直接从视频中截图 mfc工程文件,2008-09-13 14:51:12,下载101次
ScreenCapDx.zip - 用DreictX进行抓屏是很简单的,DirectX提供了很优雅的实现。 每个DirectX程序都包含一个被我们称作缓冲的内存区域,其中保存了和该程序有关的显存内容,这在程序中被称作后台缓冲(Back Buffer),有些程序有不止一个的后台缓冲。还有一个缓冲,在默认情况下每个程序都可以访问-前台缓冲。前台缓冲保存了和桌面相关的显存内容,实质上就是屏幕图像。 我们的程序通过访问前台缓冲就可以捕捉到当前屏幕的内容。由DirectX的底层优化机制做保证,我们的抓屏效率是很高的,至少比GDI方式高。 ,2008-09-13 14:45:36,下载285次
CPP.rar - This sample demonstrates using the Microsoft Video Control to view ATSC digital television in a window. This is a simple ATL application that merely hosts the control and allows you to adjust the channel up or down. When CPPVideoControl launches, it will look for an ATSC Network provider on your system. If a working tuner is found, CPPVideoControl builds the digital television filter graph, tunes to channel 46, and displays the broadcast signal. It may take several seconds to completely build the digital television filter graph, so please be patient.,2007-11-14 10:11:28,下载10次

近期下载

收藏