远程桌面连接以编程方式模拟 Windows c++
我的问题是:如何使用远程计算机创建相同的基本功能,例如使用相同的鼠标,这样当我在计算机上移动时,该功能将同时出现在远程计算机上,就像在团队查看器上一样。谁能解释一下所有远程桌面共享程序背后的原理是什么,我如何才能看到我在远程计算机上所做的事情...... 代码&链接也将很有价值...:)
My question is: How you can create same basic functionality with the remote computer, like using the same mouse, so when i take move on my computer that will appear at same moment on remote computer, like on the team viewer. Can anyone explain what is the philosophy behind all remote desktop shared programs, how i can see what I'm done on the remote computer...
Codes & link's will be appriciate too... :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以看一下 mRemote 的代码,它是一个针对多种协议的远程连接管理器( RDP、VNC、ssh 等)。也许这会回答您的一些问题?
干杯,
塞巴斯蒂安
You could take a look at the code of mRemote, a remote connection manager for a number of protocols (RDP, VNC, ssh and more). Maybe that will answer some of your questions?
Cheers,
Sebastiaan