dwmkerr / consolecontrol

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
723 stars 169 forks source link

WPF Console Sample Does Not Work #48

Open devmwang opened 4 years ago

devmwang commented 4 years ago

CommandConsole

The WinForms sample works as intended, however, the WPF sample does not work (Windows 10 Pro 1909). I am able to type into the console window, and upon pressing the start command console button, the output of the command prompt does show up in the application, however, after that, entering commands does not work (after clicking enter, it just goes to a new line) and no new output shows up.