hi,
i am using a click evert to open the selectpicturedialog.
Dim selectpicture As SelectPictureDialog = New SelectPictureDialog
selectpicture.ShowDialog()
i am wondering how can i return the selected picture back to the form and display it on a picturebox?
can anyone give me a bit of help?
thank you
