Results 1 to 2 of 2

Thread: picture property

  1. #1

    Thread Starter
    Banned
    Join Date
    Nov 2001
    Posts
    59

    picture property

    how do use picture property on a picture box? I have this but i guess its wrong
    Picture1.Picture = "C:\my documents\my pictures\b521.bmp"

  2. #2
    VB Code:
    1. Picture1.Picture = [b]LoadPicture([/b]"C:\my documents\my pictures\b521.bmp"[b])[/b]

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