Show contents of the windows clipboard
        Posted  
        
            by PsiX
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by PsiX
        
        
        
        Published on 2009-03-20T17:37:50Z
        Indexed on 
            2010/03/17
            3:31 UTC
        
        
        Read the original article
        Hit count: 268
        
How can I see what the Windows clipboard currently contains without using the paste operation?
I don't want the "pasted-to" application to perform any actions on the clipboard (e.g. formatting text, converting).
Is there a tool which shows the clipboard's objects and their format (CF_BITMAP, CF_TEXT, etc.) and content (in simple bytes e.g.)?
© Stack Overflow or respective owner