Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Experts,


I want to know how to create a Remote desktop Application in Visual C++ 6.0 (i.e in MFC),I have good knowledge in MFC,but I need to create my own program.
Is there any chance I can create it using C++
Please let me know.

Regards
Kiran
Posted
Comments
SoMad 31-May-12 22:47pm    
Does it have to be done in Visual C++ 6.0?
Unless you have extremely good reasons, there is no need to start a project like that using a 14 year old development suite.

Soren Madsen

1 solution

Yes, you will need a method to capture the screen down on one end, then parse it into byte pairs, which will then be sent over the network one way, then on the other end, parse clicks/touches, mouse movements, and key-presses, and then do the same with sending them back upstream.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


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