CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: clipboart

  1. #1
    Join Date
    Nov 2007
    Posts
    28

    Question clipboart

    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

  2. #2
    Join Date
    Nov 2006
    Posts
    146

    Re: clipboart

    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
    If this post helps you out, please rate it!

  3. #3
    Join Date
    May 2006
    Posts
    306

    Re: clipboart

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured