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

I am looking for to write a code for sharing my desktop using C++ program, can you please guide me, which API's to be used. I have not worked on Windows API's. I also want to know How to transfer the desktop contents to another system. Can you suggest me some websites or links so that I can write code for desktop sharing or some hints on desktop sharing technology.

Thank You,

Regards,
Sunil
Posted

1 solution

If you are not experienced in Windows programming, that could be an hard work, however you can have a look to TightVNC[^]: it is an open source desktop remoting application, so you can build it and browse its source code to understand how it works.

Note that it is licensed under GNU GPL, then you cannot use it for commercial products!
 
Share this answer
 
v2

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



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