0
I am creating a program in windows form and in this program I would like to select an option in the combobox and it load the image in the picturebox. This image will have the name that was selected in the combobox.
EX: combobox= banana it goes in the folder that are the photos and looks for the one that is named banana and loads it in the picture box.
Can you help me?
code used to save image in folder:
pictureBox6.Image.Save(@"E:\Programas\Projetos\Imagen\" + textBox1.Text + ".jpg");
Yes, we can help. What is the question?
– Jéf Bueno
I would like to know how to carry out this procedure
– Cal.12