Gold mine of Visual C++ tricks!
![]()
While testing often we get error messages. While reporting bugs, what you’ll do? Read the MessageBox and type it in the bug description? There is a more easier method.
![]()
Just take the MessageBox and press Ctrl+C and the contents will be copied to the clipboard. For instance, if we press Ctrl+C for the following MessageBox,

Then then following message will be copied to the clipboard.
[Window Title] Notepad [Main Instruction] Do you want to save changes to Untitled? [Save] [Don't Save] [Cancel]
Now report the bugs fast and in detail.
![]()
Targeted Audience – Beginners.