dwmkerr / consolecontrol

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

Support Ctrl+C #2

Open dwmkerr opened 11 years ago

dwmkerr commented 11 years ago

Ctrl-C http://msdn.microsoft.com/en-us/library/windows/desktop/ms683155(v=vs.85).aspx

Also:

There has been quite some discussion in the messages about the complexity of sending a command like 'Control C' to a cmd process in the console window. Just so that others can find the solution until something formal is actually published, VisualG seems to have a good solution which you can find here:

http://www.codeproject.com/Articles/335909/Embedding-a-Console-in-a-C-Application?msg=4320232#xx4320232xx

DefinitelyADev commented 4 years ago

I would also like to see this function implemented