OpenDialogBox to a PictureBox

  • Thread starter Thread starter Martin R P
  • Start date Start date
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...
 
Back
Top