C# - 嵌入activex控制远程桌面

发布于 2024-08-30 07:39:33 字数 171 浏览 4 评论 0原文

场景:用户 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滴情不沾 2024-09-06 07:39:33

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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文