Pressing CTRL-C on a Windows Dialog Box

I've just received a bug report with the following note...

By the way, did everyone know that pressing CTRL-C from a standard Windows dialog box copies all its contents, including buttons to the clipboard? That's what I did to get this error report.

---------------------------
Assertion Failed: Abort=Quit, Retry=Debug, 
Ignore=Continue
---------------------------
System.NullReferenceException: Object reference not 
set to an instance of an object.

Server stack trace: 
   at NUnit.Core.RemoteTestRunner.Run(EventListener 
listener, TextWriter outText, TextWriter errorText)

I had no idea you could copy the text from any old dialog box.  I've been frustrated on numerous occasions when I haven't been able to select text to do exactly this.  In the past people have resoted to screen grabs to get this information to me.  Nice tip - thanks Mel Grubb!!

Please keep the bug reports coming. With the above tip you're got no excuses. ;o) There has been a lot of code churn recently. If you are experiencing stability issues, please report the bug and go back to using a 0.2 build. This version was very stable and perfectly functional.

No Comments