i am creating mulitple picturebox's, when the user double clicks on the picture box it opens the opendialog box to load a picture (jpeg only) into the picture box.
using this code:-
Code:
'opens file dialog box to load selected jpeg into picture box
OpenFD.InitialDirectory = "C:\My Documents\My Pictures"
OpenFD.Title = "Open
Leave a comment: