|
-
Dec 21st, 2008, 10:13 PM
#1
Thread Starter
Member
[RESOLVED] selectpicturedialog
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
-
Dec 22nd, 2008, 03:01 AM
#2
Frenzied Member
Re: selectpicturedialog
pbImage.Image = new Bitmap(selectpicture .FileName)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|