Remote Desktop Access
-
Hi All, I have created many application on VC++ 4my company for there Networking department that allows me to view a remote desktop on my LAN using Socket client and server application (WinSock 1.1) . Here what i do is i install the server on the remote machine then i captures the desktop using SDK fn(),s and then passes it byte by byte using send() and recv() fn's. I even hide my server application from task manager so that it is not visible and i make it start up thru registery so the admin has installed it on all the computers. they passes the ip adderss and justs connect it using client application Now My Question is Can there be some way on LAN where i can access remote desk top without installing the server program??? Could the Answer be accessing some Remote Procedural Call (RPC's) Which topic or fn,s do i need to study?? I read that there r softwares which allows the Admin on LAN to moniter a computer without installing the server program.. They r some stand alone programs Which topic or fn,s do i need to study?? Thnx in advance Comboy2080