Does anybody know a good, free remote desktop solution to be used within another application, namely, the application I'm developing?
My application displays a list of computers currently available on the local network. I want the user to be able to select one of them, and establish a remote desktop connection to it.
Windows Desktop Connection isn't working for me, since it logs off the user currently working with that particular PC. I need something like LogMeIn Free, regarding its direct control of the Mouse and Keyboard, but only working on local network and and not requiring an internet connection, just like Windows Remote Desktop Connection; and of course capable of being invoked through another application.
Thanks all.
EDIT:
I realized there is no need to actually embed the remote desktop software within my application, a simple remote desktop .exe accepting arguments through command-line would be much better. I need something to be fed the name or IP of the remote PC, the Windows account's username and password, and simply connect to the remote PC displaying a single window.
How about that?