I am trying to paste an image that I copied from a web page into a picture box. I am using the following code but it isn't working:
VB Code:
Option Explicit Private Sub Command1_Click() Picture1.Picture = Clipboard.GetData(vbCFBitmap) End Sub
What am I doing wrong?




Reply With Quote