Paste the image in Window Clipboard to PictureBox

Hi,
If I copy a 200 x 200 pixels image to the window Clipboard, may i know how we could load the image back on a 200 x 200 pixel pciturebox during runtime?
Thank you very much and hope to your reply soon.
[223 byte] By [Trouble_boy] at [2007-11-17 16:58:10]
# 1 Re: Paste the image in Window Clipboard to PictureBox
Picture1.Picture = Clipboard.GetData

should work fine.
AndyK at 2007-11-10 0:23:11 >