Embed Terminal User Controls
In This Topic
The Reflection Terminal User Control (TUC) can be embedded in your Windows applications to provide a terminal screen on a Windows form along with another application or a different data source. This control renders a terminal emulator session within a given windows form application.
You can also embed Reflection Terminal User Controls on Windows Presentation Foundation (WPF) applications.
Note:
You can use the Reflection Terminal User Control with Visual Studio 2017 targeted to .NET 4.7.1.
When creating applications on a 64-bit machine and using a Reflection Terminal User Control, make sure the application target is set to "x86" instead of "Any CPU" or "x64". This is required because a 64-bit application does not work directly with 32-bit controls. If the build target (Platform) is not set to "x86", the "COMException: class not registered" error is displayed during runtime.