Results 1 to 3 of 3

Thread: Multiple Pictures In 1 Picture Box

  1. #1

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Multiple Pictures In 1 Picture Box

    Is there any possible way to take many different pictures and insert them into 1 picture box at any given position(x,y) all at one time?

    Example(Way Off)
    VB Code:
    1. picture1.currentx = 0
    2. picture1.currenty = 0
    3. picture1.picture = loadpicture("c:\tmp1.bmp")
    4. picture1.currentx = 1000
    5. picture1.currenty = 1000
    6. picture1.picture = loadpicture("c:\tmp2.bmp")
    7. picture1.currentx = 2000
    8. picture1.currenty = 2000
    9. picture1.picture = loadpicture("c:\tmp2.bmp")
    Sincerely,
    Chris


    Email: [email protected]
    AIM: KnightsOfTheMoon
    WebPage: http://kom.wicre.com
    ----------------
    VB6 Professional
    Abit ST6-RAID
    1000 MHZ
    512 MB PC133 Ram
    Nvidia GeForce 2 Ultra 64 MB
    Maxtor 81.9 Gig
    Win 98 SE

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    Look up the PaintPicture function, that will do it
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  3. #3

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Thanks

    Beautiful =)
    Sincerely,
    Chris


    Email: [email protected]
    AIM: KnightsOfTheMoon
    WebPage: http://kom.wicre.com
    ----------------
    VB6 Professional
    Abit ST6-RAID
    1000 MHZ
    512 MB PC133 Ram
    Nvidia GeForce 2 Ultra 64 MB
    Maxtor 81.9 Gig
    Win 98 SE

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