VNC or TS alike app

Hi,

I'm creating an app that will be accessed by tech support personal via VNC to perform any support.

How can I do that from the application it selft like the user choose for help and connects his machine with any support's machines opened and the tech perform his work on the remote machine.

any documents on that

any help appreciated.

kerb



Answer this question

VNC or TS alike app

  • Shihan

    VNC used to be Open Source but that appears to have gone extinct, the AT&T servers are off-line, much like it once famed R&D. www.realvnc.com looks completely proprietary. The new Open Source incarnation is TightVNC. That said, you should really think twice before incorporating code like this in your own program. VNC really ought to run as a server so you can log off if necessary. It it is a pretty sizable chunk of inscrutable code, why burden yourself with having to maintain that


  • Chris M Turner

    not exactly sure what you mean. To make a TS program in .NET will be very hard work and requires the usage of Sockets no doubt.

    Can you explain more on this part:

    like the user choose for help and connects his machine with any support's machines opened



  • VNC or TS alike app