ClipboardViewer
Jeff Key
Monday, February 23, 2004
Comments

I often need to quickly look at unformatted XML over and over and over again while debugging.  Today was one of those days and I got sick of it, so I wrote this.  It's simply an WebBrowser control on a form; when it gets focus it (optionally) automatically displays the contents of the clipboard.  I wrote this in a matter of minutes, so there's no error handling or anything else.  I figured someone else may find it useful, so if that person is you, good luck.

Download


You might also be interested in my .NET development tools, samples, etc. (All free, of course!)