Remote Desktop First Step
-
Dear All Now i about to start to make a Remote desktop software like "GoToMyPC" ..etc but in LAN where i see the desktop of the remote PC and i can open folders or run programs using a client software in each remote PC My Ques. How to start such program ?? I don't asking for a whole code just the idea Indeed the most diff. part , is how to open folders or run programs ?? in other how to send mouse events like click DBclick right click drag ...etc to the remote PC ?? thanks all bye
-
Dear All Now i about to start to make a Remote desktop software like "GoToMyPC" ..etc but in LAN where i see the desktop of the remote PC and i can open folders or run programs using a client software in each remote PC My Ques. How to start such program ?? I don't asking for a whole code just the idea Indeed the most diff. part , is how to open folders or run programs ?? in other how to send mouse events like click DBclick right click drag ...etc to the remote PC ?? thanks all bye
Adore C++ wrote:
My Ques. How to start such program ?? I don't asking for a whole code just the idea
That's Great. :rose: What to you want, do you want to fatech desktop from clients, like Remoteconnection in windows ? :confused: if you want facthe the total control from client try, to start with simple image campturing of the clicnt desktop and read that image and that will show in your application (in one of image box) then try to continous image capturing and receaving..... in this way you can go ahed.. Good luck ;)
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
Adore C++ wrote:
My Ques. How to start such program ?? I don't asking for a whole code just the idea
That's Great. :rose: What to you want, do you want to fatech desktop from clients, like Remoteconnection in windows ? :confused: if you want facthe the total control from client try, to start with simple image campturing of the clicnt desktop and read that image and that will show in your application (in one of image box) then try to continous image capturing and receaving..... in this way you can go ahed.. Good luck ;)
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
well sir it is just more than captureing its screen , i need to control what i see asif i'm sitting on his PC , for example i can open IE then browse any site and download files (ofcouse to his HD) , well i want to make something like the remote desktop of winXP on LAN I find someone speak that there is an activex/com for microsoft Remote Desktop any one has any idea thanks
-
well sir it is just more than captureing its screen , i need to control what i see asif i'm sitting on his PC , for example i can open IE then browse any site and download files (ofcouse to his HD) , well i want to make something like the remote desktop of winXP on LAN I find someone speak that there is an activex/com for microsoft Remote Desktop any one has any idea thanks
yes there are some Com, but if you use that one client system will logged off. Do want same like Microsoft Remote Desktop ????
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
yes there are some Com, but if you use that one client system will logged off. Do want same like Microsoft Remote Desktop ????
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
no ofcourse , i don't want to be logged off !! So what is the solution?? thanks bye