pictureBox1.SizeMode=System.Windows.Forms.PictureBoxSizeMode.StretchImage;
pictureBox1.Image = Image.FromFile("" + read["path"].ToString()); pictureBox1.SizeMode=System.Windows.Forms.PictureBoxSizeMode.StretchImage;