سلام.
openFileDialog1.ShowDialog();
Bitmap b = new Bitmap(openFileDialog1.FileName);
pictureBox1.Image = b;

موفق و پیروز باشید.