Results 1 to 2 of 2

Thread: loading into image control

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715

    loading into image control

    i'm making a program in which the user enters the (local) location of a picture, and my program is supposed to load that into an image control

    so what would the code be for loading a image into the image control?

    thanks

    Dimava
    NXSupport - Your one-stop source for computer help

  2. #2
    VB Code:
    1. Set Image1.Picture = LoadPicture("filename.bmp")

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