copy image to clipboard and let it be pasted as file (vb.net)
I have a picture box and if I use Clipboard.SetImage(PictureBox.image) Then I can only paste the image into things like Paint and MS word. I can't paste it as a file into a folder/desktop. So how can I copy the image to to the clipboard and if gets pasted to a folder then it becomes a file? ...