hello every one,
i ask for some help
i would like to write program that enables the user to insert a photo into the picture box by clicking on a button.
i used the following but it is bringing an error
pictureBox2.Image = Image.FromFile("path");
Thanks