Hi, im trying to get a image from a path. foto is a string path espec. by the user. FileStream f = new FileStream( foto, FileMode.Open ); Image img = Image.FromStream( f );
This doesnt working, its only works if the image is in the same folder of the program =/ Thanks.