I have an old windows application, which dumps some log-messages in a read-only edit-control.
Due to some weird restriction or a bug, The edit-control does not have a drop-down menu, and the default accelators (Ctrl+c, ctrl+v, ctrl-x, ctrl-f) are disabled.
Since the output is quite large, searching the log manually is quite tedious. I would like to copy the contents of the control to the clipboard (or save it in a file).
Is there an easy way to do this? I am happy to use an external program.
ctrl+Insertand pasting withShift + Insert. – Yitzchak Aug 4 '11 at 18:38