Home → Gambas One Forum → General → View topic Clipboard copy Post Posted May 16th 2020, 6:46 AM Rating: #1 (In Topic #412) cogier Guru Don't fill this field, it is here to catch spam-bots that fill in forms automatically I am struggling with Clipboard.Copy(). I want to copy a picture in a PictureBox but I just get errors. I have tried several versions including: - Code (gambas) Clipboard.Copy(PictureBox1.Picture,"image/png") Any ideas? Post Posted May 16th 2020, 10:29 AM Rating: #2 Cedron Regular Try Code (gambas) Clipboard.Copy(PictureBox1.Picture.Image) .... and carry a big stick! Post Posted May 16th 2020, 11:35 AM Rating: #3 cogier Guru Thanks Cedron, that sorted it. Have a look at the completed program here 1 guest and 0 members have just viewed this. Gambas One Forum → General → View topic