我想在c#.net中使用像teamviewer这样的开发应用程序指导我...哪一个API更适合开发 [英] I want develope application like teamviewer in c#.net..please guide me...which one API will better for develope

查看:72
本文介绍了我想在c#.net中使用像teamviewer这样的开发应用程序指导我...哪一个API更适合开发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

想要最好的API ..

&一些指南



我尝试过:



关于连接按钮请点击:



rdp.Server = txtServerName.Text;

rdp.UserName = txtUseName.Text;



IMsTscNonScriptable secured =(IMsTscNonScriptable)rdp.GetOcx();

secured.ClearTextPassword = txtPassword.Text;





rdp.Connect();





关于Dissconnect按钮点击:



if(rdp.Connected.ToString()==1)

rdp.Disconnect();

Want Best API..
& Some Guideline

What I have tried:

On Connect Button Click :

rdp.Server = txtServerName.Text;
rdp.UserName = txtUseName.Text;

IMsTscNonScriptable secured = (IMsTscNonScriptable)rdp.GetOcx();
secured.ClearTextPassword = txtPassword.Text;


rdp.Connect();


On Dissconnect Button Click :

if (rdp.Connected.ToString() == "1")
rdp.Disconnect();

推荐答案

引用:

我想在c#.net中使用像teamviewer这样的开发应用程序指导我...哪一个API会更好的开发

I want develope application like teamviewer in c#.net..please guide me...which one API will better for develope

有这样的项目是很好的。

但是你从一开始就寻求帮助的事实表明你不喜欢成功完成这个项目所需的必要知识。



Teamviewer工作得很好,因为制造商对窗户的内部有很深的了解,并花了几年的时间来软化所有锐角。如果这很容易,你会发现成千上万的这类产品具有相同的易用性和互联网免费。



我的建议:暂时忘掉这个项目并学习正确编程。随着您的知识和技能的提高,您将更好地看到任务的难度和大小。

It is nice to have such projects.
But the fact that you ask for help from the beginning is a sign that you don't have the necessary knowledge to successfully do this project.

Teamviewer work so well because the makers have deep knowledge about the internals of windows and have spend a few years to soften all sharp angles. If it was easy, you would find thousands of such products with same ease of use and free on internet.

My advice: Forget this project for now and learn properly programing. As your knowledge and skills improve, you will see better the difficulty and size of the task.


这篇关于我想在c#.net中使用像teamviewer这样的开发应用程序指导我...哪一个API更适合开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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