consolecontrol icon indicating copy to clipboard operation
consolecontrol copied to clipboard

Support Ctrl+C

Open dwmkerr opened this issue 12 years ago • 1 comments

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

dwmkerr avatar Sep 02 '13 18:09 dwmkerr

I would also like to see this function implemented

DefinitelyADev avatar Feb 10 '20 15:02 DefinitelyADev