VNC Implementation in VB.NET
-
To All, This is something totally out of my league; but I wanted to know; so I was wondering if someone might point me in the right direction to get started... What would I have to do to try and write my own VNC like control for a server/viewer much like this one? (http://cdot.senecac.on.ca/projects/vncsharp/quickstart.html) I used that control in my project only to discover that (had I been paying attention) it was only a viewer control. I wanted to build an app that emulated VNC with file transfer capabilities; etc. So.. where would I start? I don't want to try and re-invent the wheel; but I don't want to distribute two apps (a server like app that would allow me to get the remote computer's drive information and then spit that to my viewer control -- that in addition to having to send over a distro of VNC like Ultra or Tight VNC). I'm at a loss guys; what would I have to learn? Thanks all, -Randy
-
To All, This is something totally out of my league; but I wanted to know; so I was wondering if someone might point me in the right direction to get started... What would I have to do to try and write my own VNC like control for a server/viewer much like this one? (http://cdot.senecac.on.ca/projects/vncsharp/quickstart.html) I used that control in my project only to discover that (had I been paying attention) it was only a viewer control. I wanted to build an app that emulated VNC with file transfer capabilities; etc. So.. where would I start? I don't want to try and re-invent the wheel; but I don't want to distribute two apps (a server like app that would allow me to get the remote computer's drive information and then spit that to my viewer control -- that in addition to having to send over a distro of VNC like Ultra or Tight VNC). I'm at a loss guys; what would I have to learn? Thanks all, -Randy
Actually, this topic did interest me a while back as well, and i made some research. I'm not sure there is a .NET VNC server implementation, but search Google for vnc activex server and you will find a commercial company that just released a beta of a vnc server activex control. (I tested it and it works well) i would be vary happy to find some project about a vnc .NET server