I'm comparing two bitmap files in Visual Studio's binary editor and I'd like to annotate a copy of them with the various parts of the bitmap header that I think each byte sequence forms. Here's how the files look in Visual Studio:
How can I copy-and-paste the hex rendering, rather than the byte values themselves, from Visual Studio's Binary Editor to another program (e.g. Notepad)?