Results 1 to 4 of 4

Thread: Picture Box??

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    2

    Unhappy

    I am making a program where I want the user to pick a picture from an image bank and have that same picture displayed again with others in a different location. Still with me? So the user could create his own designs from prefabed pictures. I can't figure out how to display the pictures so they're all in one box/location and in a row. And anothing think that tripped me up is what if the user wants to use the same picture twice?

    Any help is apreciated.
    Thx. -SLICK-

  2. #2
    Guest
    You can load different Pictures out of an Array. Or you can have all the pictures saved in one file and load them into a PictureClip control.


  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    2
    Could you please explain how a PictureClip works. I've look around and haven't found anything and my help in VB6 doesn't work.

    Thanks

  4. #4
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Lightbulb Clipboard

    How about copy the image into Clipboard? the you can use
    Code:
    Picture1.Picture = Clipboard.Getdata()

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