Can anyone help me with this:
I don't even know if it is a right thing to do, maybe I have to do it another way. Anyways, I have this code but since Option Strict is on it will give me error:
PictureBox1.Image = Clipboard.GetDataObject()
I have to find a way to convert the data form clipboard to image, the error is: "Option Strict disallows implicit conversions from System.Windows.Forms.IDataObject to System.Drawing.Image."
what should I do
![]()
tnx![]()




Reply With Quote