运行自定义内置 Activex 控件时在 Windows 7 /Ie8 中出现的问题
描述:
该项目处理通过 Web 浏览器 (Internet Explorer) 连接的远程桌面的交互。
我们做了什么:
我们创建了一个 ActiveX 控件,并通过 Web 浏览器安装到客户端计算机中,让用户可以通过 Web 浏览器连接到不同的服务器。
Activex 中有什么
在 Activex 中,我们使用了 MSTSC.lib 文件并向其传递相关参数。它连接到远程桌面。
目前面临哪些问题?
我们能够连接到远程桌面,但随机键盘在远程计算机上不起作用。鼠标完美工作的地方。
Description:
The project deals with interaction with the remote desktop connecting through web browser (Internet Explorer).
What we did:
We have created an activex control that and installs through the web browser into client machine which lets the user to connect to different servers through web browser.
What is in Activex
In Activex we used an MSTSC.lib file and by passing the relevant parameters to it. It connects to the remote Desktop.
What are the Problems facing now?
We are able to connect to remote desktop but randomly keyboard does not work in remote machine. Where as mouse works perfectly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我倾向于认为这要么是您正在使用的 ActiveX 控件的问题,要么是您正在连接的服务器的问题。听起来您似乎没有一个可以解决的控制范围内的编程问题。我会向提供连接到远程桌面的 ActiveX 控件的人寻求支持。
I would tend to think that this is either a problem with the ActiveX control you're using or the server you're connecting to. It doesn't sound like you have a programming issue that's under your control which you can fix. I would ask whoever provided the ActiveX control connecting to the Remote Desktop for support.