Call the picture file in image through coding

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rajeev deep
    New Member
    • Aug 2007
    • 4

    Call the picture file in image through coding

    Hello Everyone,
    When I use properties window of image then one picture call easily, even no need to write the code for calling any jpg picture or bmp picture, just double click on picture option on the properties window of specified image and give exact path of picture file, but I don’t want to call any picture like jpg picture through above mentioned way, I want to call picture in image through the coding. So please suggest me with the complete programming examples with description of every line.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    try this sample code

    [CODE=vb]Picture1.Pictur e = LoadPicture("F: \sys134\das.jpg ")[/CODE]

    Comment

    Working...