Hello, I copied a picture out of an outlook 2007 message. In my App I want to paste that image to a picturebox using code:
pictureBox1.Image = Clipboard.GetImage();
Returns an exception. How to paste a picture from outlook? If I copy a picture from mspaint my code works. thanks