Posted By: wacko | Dec 26th, 2005 @ 2:32 PM
page 1 of 1
Comments: 4 | Views: 11040
does anyone know where to look for information/resource on remote desktop sharing?? something like MSN or LiveMeeting that allows more then one person to control the desktop? I know that Terminal Services has a Active X control but that does not help me much. I would like something in c# if possible but any lang will do. Thanks
VNC is GPL. You could download the code and start with that. Recently, some interns over at Fog Creek worked on a project called Copilot, which is a specialized version of VNC that connects to a closed source server software. They have a blog over at http://www.projectaardvark.com/ but development is over, and there haven't been new posts in a while.
There is a C# vnc library available here:

http://cdot.senecac.on.ca/projects/vncsharp/

It's open source and is very easy to implement in you applications. Smiley
page 1 of 1
Comments: 4 | Views: 11040