搜索资源列表
Capture_desktop
- capture desktop and bitmap
pingmujiequ
- 其实原理就是捕获屏幕画面然后再把图像传给客户机。原理很简单: 1、先利用hdc=GetWindowDC(NULL) 得到桌面的hdc 2、memhdc=CreateCompatibleDC(hdc) 根据桌面的hdc创建一个和屏幕相同的内存DC 3、StretchBlt(memhdc,0, 0, nWid,nHei, hdc, 0, 0,nWid,nHei, SRCCOPY) ,把屏幕的图像复制到内存DC这时你已经在内存中得到了屏幕的图像了。这是设备相关的DDB图像,如果希望转换成设
sfggg
- 远程桌面监控 学习通讯流程 桌面捕捉传输的好代码-Remote Desktop Monitoring learning communication processes Desktop capture good code transmission
Delphi_480166
- Delphi:Delphi实现远程桌面截图功能,远程抓图,程序分为客户端和服务端,先在服务器上启动服务端,然后连接客户端,连接上之后会出现服务端的远程桌面信息,还可抓图或截屏,不错的小程序。 -Delphi: Delphi remote desktop screenshot function, remote capture, the program is divided into client and server, start the server on the server, and t
Desktop-grabber
- Desktop Capture Voor het in de gaten houden van uw pc. Het in de gaten houden van andere users. En het terug kijken naar history. Erg makelijk om terug te kijken waar je bent geweest.
Oraycn.MCaptureDemo
- 在多媒体系统中,一般都会涉及到录音、录像、录屏问题,采集得到的数据可以用来传输、播放、或存储。所以,对于像课件录制系统、语音视频录制系统、录屏系统等,多媒体数据的采集就是最基础的功能之一。 MCapture可用于采集本地摄像头拍摄到的图像、麦克风输入的声音、以及当前电脑桌面的图像。(In the multimedia system, the problems of recording, recording and recording are generally involved. Th