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? 回答1: 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. 回答2: Those tools are most likely using the Remote Desktop ActiveX Control which is designed to be hosted in web pages, but since it is an ActiveX control,