Results 1 to 2 of 2

Thread: oohhh my good.. i forgot how to...

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    99
    oohhh my good.. i forgot how to... load a picture into a picturebox using code...

    picture1.picture = "C:\blah.gif"

    ????
    ___________________________
    Chris

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    You need to use the load picture function.
    Code:
    Picture1.Picture = LoadPicture("c:\windows\circles.bmp")
    Iain, thats with an i by the way!

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