C# 发送VNC命令
C# 中有没有简单的方法可以将命令发送到计算机上的 VNC 服务器。理想情况下,某种图书馆或其他东西会很好,但实际上是最简单的。我想要做的只是连接并发送命令,我什至不想查看桌面。
谢谢
Is there any simple way in C# to send commands to a VNC server on a computer. Ideally some sort of library or something would be nice but whatever is simplest really. All I want to be able to do is just connect and send a command, I don't even want to view the desktop.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有VncSharp。
There is VncSharp.
这是两个替代解决方案
方法一:
方法二:
Here are two alternative solutions
Method 1 :
Method 2 :