Git Product home page Git Product logo

Comments (6)

xunki avatar xunki commented on August 16, 2024

1、编译错误需要看报错内容,一般是 ActiveX 加载不了导致的,重新引用一下就好了
2、Win10 可能需要以管理员权限启动,请参考 #16

from remotedesktopmanage.

hzdlive avatar hzdlive commented on August 16, 2024

按你说方法,现在程序能打开了,有个冒昧请求:能否添加上同时打开几个主机时,实现几台主机键鼠同步控制的功能呢?

from remotedesktopmanage.

xunki avatar xunki commented on August 16, 2024

并不可以,我这个只是对 MSTSC 的封装,真正的 RDP 协议没有研究过。

from remotedesktopmanage.

hzdlive avatar hzdlive commented on August 16, 2024

remotedesktopmanager.cn
哦,我以为能实现这样的功能呢?
这个商业软件太贵了。

from remotedesktopmanage.

hzdlive avatar hzdlive commented on August 16, 2024

并不可以,我这个只是对 MSTSC 的封装,真正的 RDP 协议没有研究过。

好像没有设置分辨率的地方吧?

from remotedesktopmanage.

xunki avatar xunki commented on August 16, 2024

好像没有设置分辨率的地方吧?

设置宽和高就行

var rdpClient = new AxMsRdpClient9NotSafeForScripting
{
Dock = DockStyle.None,
Width = page.Width,
Height = page.Height
};

from remotedesktopmanage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.