How to open an image file after clicking on Picture Box?
Hello Everybody,I am using picture boxes to display 4 images loaded from files. The size of images needs to be reduced for displaying purposes. However, I would like to open an original image file after clicking on the image displayed in the picture box. I would appreciate for hints how to do that.Best regards.//initially no images
img1 = empty();
img2 = empty();
img3 = empty();
img4 = empty();
Ne...
vince_faller