Programın Tasarımı: formumuza 1 adet buton , open file dialog,label ve textbox koyuyoruz.
Programın Kod aşaması:Buton click e yazacağımız kodlar
openFileDialog1.ShowDialog( );
textBox1.Text = openFileDialog1.FileName;
label1.Text = openFileDialog1.SafeFileName;
pictureBox1.ImageLocation = openFileDialog1.FileName;
pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
Ve Sonuç;
openfiledialog ile açtığımız resim pıcturebox ta görüntüleniyor
Hiç yorum yok:
Yorum Gönder