I'm looking for a terminal emulator that has the copy/paste function (preferably in the form of Ctrl+C/Ctrl+V.) At work, we can get the copy/paste function via the middle mouse button, but the mice ...
Here is my CopyFileEx class. It implements async I/O to copy a file from source to destination. It also raises an event as each chunk is read, so the calling application can present a file copy dialog ...