Is there any application that will copy the text from an error message box into the clipboard?

link|improve this question

1  
can we assume you're looking for Windows (or Windows-7) software? – quack quixote Apr 25 '10 at 5:49
feedback

2 Answers

up vote 5 down vote accepted

In Windows, with message dialogs like this:

alt text

You can use Ctrl+C to copy, and when you paste, you'll get this:

---------------------------
Message title.
---------------------------
Oops, something went wrong. :-(
---------------------------
OK   
---------------------------
link|improve this answer
feedback

Just use Ctrl-C, then paste it into notepad (or whatever else). It's always worked for me

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.