Question

I want to be able to access some device specific data while running an application on a remote machine. The problem is that if the RDP window is minimized this data is not available. One solution I'm examining is writing my own RDP client so that the server machine always thinks that it has an active display (even when the client machine is locked).

Does anyone know of a reference on how to develop an RDP client (preferably in .NET)?

Was it helpful?

Solution

Check out Terminals at Codeplex. Open source multiple RDP client; browse the code for some hints.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top