且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何创建远程桌面应用程序

更新时间:2022-10-21 12:47:49

嗯,我相信你是善意的,并且你有充分的理由来有你向我们提出的要求,但不幸的是,这不是这个论坛上的工作方式。 如何创建远程桌面应用程序不是一个有效的问题。因为唯一的答案是:你通过思考,工作,试验和纠正,调试来开发其他所有应用程序的方式......

一个完整的答案可能太长了,无法适应这里;而且,最重要的是,世界上没有人愿意为你做你的工作。



你可能会尝试找到关于这个问题的一些指示,但我认为你应该坚持这个基础,就像你说你不擅长开发:创建一个小的测试项目并尝试让它完成一个简单的任务;然后继续进行更复杂的任务,等等。你会不时地学习开发更复杂的程序。



远程桌面客户端 - 服务器应用程序不是一个微不足道的主题;从头开始构建它所需的知识是巨大的。还有一些安全问题。


http://sourceforge.net/projects/cord / [ ^ ]



http://sourceforge.net/projects/thinvnc/ [ ^ ]



http://sourceforge.net/projects/remotedesktopad/ [ ^ ]



http://sourceforge.net/projects/rdpdesk/ [ ^ ]

Hi there,

I'm not very good with programming but even so I'm attempting to create a remote desktop application that sends the input of the mouse and keyboard to the controlled computer and also view their screen, just like
"Remote Desktop Connection" does. I also want to use two applications, the client and the server.

And I want to do this all in "Visual Basic 2008 Express Edition". You may be asking why I'm trying to recreate what windows did when they made RDC. But I do have my reasons.

And lastly if possible I would love this to work on different networks, like to run through the internet.

Thanks, Dylan

Well, I'm sure you are of good will, and that you have all the reasons to have the requirements you present to us, but unfortunately this is not how things work on this forum. 'How to create a Remote Desktop Application' is not a valid question. Because the only answer is : the way you develop every other application, by thinking, work, trials and corrections, debugging...
A complete answer to that would be way too long to fit here; and, most important, no one in the world will want to do your job for you.

You may try to find some directions on the subject, but I think you should stick to the basis, as you said you are not very good at development: create a small test project and try to make it accomplish a simple task; then move on to a litle bit more complex task, etc. From time to time, you will learn to develop more complex programs.

A remote desktop client-server application is not a trivial subject; knowledge required to build it from scratch is huge. And there are some security concerns, too.


http://sourceforge.net/projects/cord/[^]

http://sourceforge.net/projects/thinvnc/[^]

http://sourceforge.net/projects/remotedesktopad/[^]

http://sourceforge.net/projects/rdpdesk/[^]