M
Martin R P
Guest
I'm trying to show in a PictureBox an image (.jpg) selected from the OpenDialogBox. I tried:
PictureBox1.Image = OpenFileDialog1.ShowDialog(), but this shows as an error that it can not be converted to System.Drawing.image
Help!
Martin R Pettersson
Continue reading...
PictureBox1.Image = OpenFileDialog1.ShowDialog(), but this shows as an error that it can not be converted to System.Drawing.image
Help!
Martin R Pettersson
Continue reading...