当前位置:
首页 资源下载
搜索资源 - capture remote desktop
搜索资源列表
-
0下载:
利用CSocket实现远程桌面功能
实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-CSocket using Remote Desktop feature to achieve the realization of the main idea is: first Remote Deskt
-
-
0下载:
vc++ 6.0编写的一套远程桌面控制、抓图源程序。主程序分为服务端和客户端,测试前请先运行服务端,当客户端启动后,可以抓取远程主机的桌面信息,当然也可以是当前窗口的信息。源程序在vc++6.0下顺利编译。-vc++ 6.0 to prepare a set of remote desktop control, capture source. Main program is divided into server and client to test run the server before,
-
-
0下载:
利用CSocket实现远程桌面功能。程序有点复杂,主要是CSocket的运用。 实现思路主要是:先将远程桌面捕获发回本地,然后在对话框中显示,将本地鼠标、键盘的动作变成命令输入,再发送到远程主机执行(实际上这一步是模拟出鼠标和键盘的操作),最后将远程桌面再次捕获发回本地,在对话框中显示出来。这样也就实现了系统自带的远程桌面的功能。-Use CSocket remote desktop functionality. Process a bit complicated, mainly the use
-
-
0下载:
其实原理就是捕获屏幕画面然后再把图像传给客户机。原理很简单:
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图像,如果希望转换成设
-
-
0下载:
VC++ 远程桌面控制、抓图源程序 包含SreenClient SreenServer-VC++ remote desktop control, capture source
-
-
0下载:
VC++ 远程桌面控制、抓图源程序,值得一看!-VC++ remote desktop control, capture source
-
-
0下载:
捕捉远程桌面的示例主要实现桌面捕捉与显示,JPEG压缩和解压缩CCaptureScreen类用来捕捉桌面XPictureBBox类用来显示桌面图片CMiniJpegEnc类为jpeg压缩类CMiniJpegDec类为jpeg解压缩类
-Example capture remote desktop desktop capture, JPEG compression and decompression CCaptureScreen class used to to capture deskto
-
-
0下载:
简单易懂的远程桌面实现源码实例,包含3个部分:1、一个COM对象,极快的完成Huffman编码与RLE压缩,基本上以汇编语言开发,运行稳定。2、RemoteDessktopService 远程桌面服务3、RemmoteDesktop 远程桌面客户端没有使用MirrorDriver技术,简单易懂抓屏,异或对比,RLE压缩传递。
-Straightforward remote desktop source code examples, and consists of three parts: 1
-
-
0下载:
Visual C++ 6.0编写的一套远程桌面控制、抓图源程序。主程序分为服务端和客户端,测试前请先运行服务端,当客户端启启动后,可以抓取远程主机的桌面信息,当然也可以是当前窗口的信息。源程序在Visual C++6.0下顺利编译。 已通过测试。
-Visual C++ 6.0 to prepare a set of remote desktop control, capture source. The main program is divided into service and cli
-
-
0下载:
VC++ 远程桌面控制、抓图源一个很不错的源码-Download page the-VC++ remote desktop control, capture source
-
-
0下载:
最新远程控制软件源代码,主要功能包括远程桌面连接,视频截图,上传下载文件等等!-The latest remote control software source code, the main features include remote desktop connection, video capture, upload and download files, and so on!
-
-
0下载:
远程桌面监控 学习通讯流程 桌面捕捉传输的好代码-Remote Desktop Monitoring learning communication processes Desktop capture good code transmission
-
-
0下载:
远程桌面! V1.0 你的桌面我作主!
远程服务支持库例程,配合《易语言远程控制技术教程》之用.
远程控制实际上只要对桌面进行控制,基本上就没有什么问题了.
我们的口号:集成也是种创新.
一.软件简介:
这是一个将对方电脑桌面进行抓屏,查看的小软件,并且可用鼠标控制受控端电脑,也可以使用快捷键,及输入文字.类似于QQ的远程协助功能.
二.软件特点:
1.全面采用了远程服务支持库,支持大图片传输入.
2.无论两台电脑的分辩率有差别,鼠标控制时均能准确定位
-
-
0下载:
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
-
-
0下载:
VC6开发的一个远程桌面客户端和服务器,采用网格算法捕捉屏幕变化区域-a remote desktop client and server developed by VC6.0.
Using the grid algorithm to capture the screen change area
-
-
1下载:
本例程采用CS模式,能对局域网内的多态计算机实现远程监控,采用差异比较法截取受控端桌面,大大提高了效力,占用系统资源少。-This routine USES CS mode, to polymorphism within the local area network (LAN) a computer to realize remote monitoring, using difference comparison capture desktop controlled end, greatly i
-
-
0下载:
VC++ 远程桌面控制、抓图源程序,可二次开发。欢迎大家下载!-VC++ remote desktop control, capture source, two times development. Welcome everyone to download!
-
-
0下载:
一个远程桌面控制的程序代码,使用C++实现,利用GDI抓屏和socket传输(A remote desktop control program code, using C ++ to achieve, use GDI to capture screen and socket to transport)
-
-
0下载:
源码演示了如何实现远程桌面监视的范例
对于想搞QQ远程协助功能的朋友可以参考一下
程序中服务器端可能会有点卡,因为抓图过于平凡
有兴趣的朋友可以改良一下(The source code demonstrates an example of how to implement remote desktop monitoring
For a friend who wants to have a QQ remote assistance function, you can refer to it
-