C# Clipboard Viewer

Clipboard Viewer application

I needed to be able to see what was on the clipboard for some code I was writing. I could have used the Clipbook Viewer (clipbrd.exe) that used to come with Windows, but it's not there in Windows 7. Even if it was, it hasn't been updated for eons and it's always more fun re-inventing the wheel. So here is my clipboard viewer. It handles most clipboard formats and is pretty easy to extend to support other formats.

Download the source (requires Visual Studio 2010)
Download the executable (.NET 2 required).

Change History

1.0.0.2 - Can now save images (but not other content types)
1.0.0.1 - Initial release