Results 1 to 3 of 3

Thread: saving multiple pics as one

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Posts
    17

    saving multiple pics as one

    Does anyone know how to take two/more pics merge them & then save them as .bmp/jpg etc? and is it possible to add a label?
    I have managed to paint one picture on top of another but when saving VB (6) only saves the original image!

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Try using SavePicture with the .Image rather than the .Picture property.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Posts
    17
    Thanks for the help but I'd tried that I eventually got it working by loading both pictures onto the form itself and using

    SavePicture Image, "d:\TEST.BMP"

    which some ow saves the whole image of the form into one 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