如何在C#中访问远程桌面 [英] How to access Remote Desktop in C#

查看:113
本文介绍了如何在C#中访问远程桌面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想用C#开发一个应用程序来访问VNC,Remote Desktop Capture等远程计算机.我想知道如何开始开发这种类型的应用程序.请给我一些有用的链接或文档或源代码以进行初始启动.
注意事项
Rajesh



Hi,
I want to develop an application in C# to access the remote computer like VNC, Remote Desktop Capture. I would like to know how to start to develop such type of application. Please give me some useful link or document or source code for initial starting.
Regards
Rajesh



推荐答案

看看mstsc activex控件.

在您的项目中
添加参考-> COM-> MS终端服务(或类似的东西)

然后,您可以通过activex控件访问所有属性.
look at the mstsc activex control.

in your project
add a reference -> COM -> MS Terminal Services (or something like that)

you then access all the properties through the activex control.


Initilay您可以从简单的套接字编程开始.尝试使用客户端服务器程序.之后,开始在客户端系统上捕获单个图像,方法是访问Printscreen keboard端口,然后尝试在图片框中显示您自己的系统,例如:..

这样您就可以继续前进.

祝您好运!



Initilay u can start with simple socket programing. try to use client server programm . After that start with capturing a single image on client system, by accessing Printscreen keboard port and try to display it your own system say in a picture box.....

in this way u can move on..

Good luck !!!



如果您打算使用Microsoft终端服务控制库.
你不能使用像vnc或团队查看器.
所以你必须从vnc开始.
甚至在可能的情况下我都在从事该项目,您会得到任何东西
请帮我杜德(Dude.):-)
if u r going to use Microsoft terminal service control library.
u cant use like vnc or team viewer.
so u have to start with vnc .
and even i am working on the project if possible and u get any stuffs
plz help me out Dude.:-)


这篇关于如何在C#中访问远程桌面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆