|
-
Dec 6th, 2001, 03:54 PM
#1
Thread Starter
Junior Member
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!
-
Dec 6th, 2001, 04:37 PM
#2
Good Ol' Platypus
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)
-
Dec 8th, 2001, 10:05 AM
#3
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|