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
Printable View
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
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.Quote:
Originally Posted by messycan
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.