Hey all!
I searched this forum for related topic but found none. So here is my query.
I have to create a Remote desktop application (yes, something similar to LogMeIn Remote Desktop.) but over lan.
I dont know how the commercially available application do it as the lag is very less & it seems very much real time.
My idea is based on taking screen shots of the remote computer and send it to the computer monitoring it. Send the mouse location, clicks and keyboard presses from the monitoring pc to the remote computer.
I think this can be done using Serialization and .NET Remoting layer. And i thought of using C# for code development.I am currently studying more about it. But it would be nice if i got inputs from someone as to how to proceed. I dont want to walk down the wrong road(.NET Remoting) as i dont have a lot of time.
any input and help will be greatly appreciated.
Thanks in advance!!!