Results 1 to 3 of 3

Thread: Loading images into picture box

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2001
    Posts
    297

    Loading images into picture box

    I want the user to be able to edit the interface, but the only things are two images..so how, on form load, can I load the images from the dir into a picture box?

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2001
    Posts
    297
    btw whats the difference in a image box and a picture box

  3. #3
    Fanatic Member
    Join Date
    Aug 2001
    Location
    Connecticut
    Posts
    855
    Picture1.Picture = LoadPicture("c:\theDir\filename")

    A picturebox has more capabilities than image. It can be a container for other controls. You can draw on it, print from it, etc.
    VB 6.0, Access, Sql server, Asp

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