Thursday, November 7, 2013

windows form preview image

 DialogResult result = openFileDialog1.ShowDialog();
                       string s = openFileDialog1.FileName.ToString();
                       pictureBox1.ImageLocation= s;
           

No comments:

Post a Comment