C# - 嵌入activex控制远程桌面
场景:用户 1 正在向用户 2 展示他或她的桌面。用户 2 可以在他(用户 2)的屏幕上查看用户 1 上发生的情况,但无法控制它。
从某处得到提示,通过嵌入 activex 控件 rdp 将允许我这样做,但我不知道从哪里开始?
这是类似的合作吗?
任何帮助将不胜感激!提前致谢 !
scenario: user 1 is presenting his or her desktop to user 2. user 2 can view what's happening on user 1 on his(user2)'s screen, but cannot control it.
got a hint from somewhere that by embedding activex control rdp will allow me to do so but i do not know where to start?
is this sort of like collaboration?
any help would be greatly appreciated ! thanks in advance !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
rdp 控件在这里帮不了你。 Rdp 不允许屏幕共享。远程协助和“Windows 桌面共享”(仅在 Vista 和更高版本中)为您提供了核心功能,但您需要在封闭且文档记录不足的组件之上调整您的解决方案。
你最好的选择可能是在 vnc 上写一些东西。 Ultravnc的代码很乱,使用tightvnc可能会好运。
祝你好运!
The rdp control won't help you here. Rdp doesn't allow screen sharing. Remote assistance and "windows desktop sharing" (only in vista and newer) give you the core functionality but you will néed to adapt your solution on top of closed and poorly documented components.
Your best bet is probably to write something on top of vnc. Ultravnc's code is a mess, you will probably have better luck with tightvnc.
Good luck!