Click to See Complete Forum and Search --> : clipboart


Username555
July 26th, 2008, 09:29 AM
Hello, I'd like to check the clipboard,
In case it is an image, I'd like to get all the image's properties [location where it was copied, dimension, any tags included]

Thanks for any help

messycan
July 26th, 2008, 10:43 AM
You can use you Clipboard class provided with .NET.

There is tons of reading on this on MSDN: http://msdn.microsoft.com/en-us/library/c2thcsx4.aspx

code?
July 26th, 2008, 06:39 PM
You can use you Clipboard class provided with .NET.

There is tons of reading on this on MSDN: http://msdn.microsoft.com/en-us/library/c2thcsx4.aspx
Wow, More then one object for the clipboard in the lat example.

Short: System.Windows.Forms.Clipboard

It has three, I have no idea what to specify it as...

(Contains, Get, Set) for text, audio, image, data, and filedroplist.