Dotnet

Dotnet

  • NA
  • 2
  • 2.8k

replace desktop image at clipboard with web image -clipboard

Sep 23 2013 1:19 AM

Hi

I want to replace every image that user copy to clipboard (ctrl+c) from pc desktop with an Image that exists at website in the same format as if the user copy an image directly from a website using copy (ctrl+c) 

I want to do that  programmatically to access the clipboard and replace the last desktop image or screen shoot image with an image that exists at website ex (http://company/image1.jpeg)

I saw that clipboard save the desktop and the web image in different way 
for example the Clipboard.ContainsImage not work with desktop image (return false) but it works with web image

so I want to replace the last desktop image or screen shoot with a web image to be look like that the user copy web image and not desktop image

thanks you in advance