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

Basically my application is created using c# windows application with .net 4.0 framework.

In that I need to do the following : -

step 1)request remote system for sharing screen of server machine
step 2)once accepted, a remote folder is created at remote system from server system
step 3)capture the server screen and save it into that remote folder
step 4)run the picture viewer at the client system from server machine
step 5)start a timer at the remote system for every 1 second and display the last updated picture from remote folder into the picture viewer
step 6)the picture viewer must display the picture from the remote folder, for every 1 second and display it like a video
step 7)quit the connection

Please help me in it friends, its very urgent!!

Warm Regards,
Sriram Ravi
Posted
Comments
OriginalGriff 2-Apr-12 5:19am    
And what have you done so far?
What part of this has you stuck?
hygrsrir1987 2-Apr-12 5:42am    
how can i create a folder in remote system from server system?
hygrsrir1987 2-Apr-12 5:44am    
sorry friend,
since i am a beginner i dont have any idea on how to do!
can you please guide me!

1 solution

Use this module from codeplex. It has desktop sharing functionality in C# with source code

http://silverlightvideochat.codeplex.com/[^]
 
Share this answer
 

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