Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
I want to develop an application in C# to access the remote computer like VNC, Remote Desktop Capture. I would like to know how to start to develop such type of application. Please give me some useful link or document or source code for initial starting.
Regards
Rajesh



Posted

look at the mstsc activex control.

in your project
add a reference -> COM -> MS Terminal Services (or something like that)

you then access all the properties through the activex control.
 
Share this answer
 
v2
Initilay u can start with simple socket programing. try to use client server programm . After that start with capturing a single image on client system, by accessing Printscreen keboard port and try to display it your own system say in a picture box.....

in this way u can move on..

Good luck !!!


 
Share this answer
 
if u r going to use Microsoft terminal service control library.
u cant use like vnc or team viewer.
so u have to start with vnc .
and even i am working on the project if possible and u get any stuffs
plz help me out Dude.:-)
 
Share this answer
 


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900