John

John

  • NA
  • 1
  • 0

How to detect BOTH images and text in clipboard

Aug 28 2009 3:01 AM
Hi gurus I'm trying to detect the presence of BOTH text and images in the clipboard (eg. when copying the contents of a web pages). The challenge is that Clipboard.ContainsImage() only returns true if the clipboard contains one and only one image. When the clipboard contains both text and images the method returns false :-( So - can anyone help me detect both text and images in the clipboard. Also I would like to detect if there are more than one image in the clipboard. Thanks in advance Have a nice weekend y'all