Results 1 to 2 of 2

Thread: setting picture at runtime

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Ca
    Posts
    106

    Question

    How do you set the picture property of a picture box or an image box at run time?

    I get the file path from commondialog then when i try to set the picture to filename, it doesn't work

    Code:
      picture1.picture = filepathfromcdl
    help needed

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Ca
    Posts
    106
    I figured it out from msdn.. I can do loadpicture(pathname)

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