Coding a picture box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sweetcharms
    New Member
    • Nov 2007
    • 1

    Coding a picture box

    After adding a picture box to a form in VB, how do you write a code to show the picture on the form when it is run?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    try to use the picture property

    picture1.pictur e=LoadPicture(p icturefielpath)

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      Originally posted by sweetcharms
      After adding a picture box to a form in VB, how do you write a code to show the picture on the form when it is run?
      What version of VB?

      Comment

      Working...