How to develop VNC application in C#?

Asked By 0 points N/A Posted on -
qa-featured

Hello guys,

I want to develop Virtual Network Computing (VNC) application using C#. I want to manage my pc even if i'm in the office just like Remote Desktop of windows. The problem of Remote Desktop is that it forces the current user to log off before accessing the PC. I try to search the internet and found out that it is VNC that can make it possible. The problem is that there were insufficient information and I'm still clueless on how to develop this kind of application. Can you give me any idea? Thank you.

John James

SHARE
Answered By 5 points N/A #94931

How to develop VNC application in C#?

qa-featured

Hello,

So you really are planning to develop a program, im assuming that you already have skills in coding. Well the first step you need to do is to do a thorough research about VNC, like on how does it work. what are the networking stuffs needed. what ports shall you use and something like that. Because basically its a networking stuff ,you need to know the prior elements in order to come up with an idea on how to build that thing.

There are also numerous free programs there in the net that has Remote Desktop Capabilities, so that you don't have to code.

The best one so far that I have been using is Teamviewer. Its a free application for a limited number of users.

I hope this is helpful to you,

Thanks!

Related Questions