Results 1 to 2 of 2

Thread: [RESOLVED] selectpicturedialog

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2008
    Posts
    42

    Resolved [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

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: selectpicturedialog

    pbImage.Image = new Bitmap(selectpicture .FileName)
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width