且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在WPF窗口内嵌入控制台窗口

更新时间:2023-12-06 15:28:04

You should be able to use the same technique as the Windows Forms application you showed by reparenting into an HwndHost. You could even just adapt the Windows Forms code, and put this directly into WindowsFormsHost control.