.netwpfremote-desktopmstsc

How to host a terminal session (mstsc) in a WPF applicaiton?


There are some tools out there for managing multiple terminal (mstsc) sessions.

How would I go about achieving something similar in WPF?


Solution

  • You should use WindowsFormsHost element to host the ActiveX control of RDP.

    There is short sample how to integrate Windows Media Player into WPF application. The hosting of the RDP control is similar.