thebillybobjr
02-15-2005, 10:52 AM
I am trying to save a couple of picturebox.images to the same .bmp.
I can save individual ones using a commond dialog box to get a filename and then using the savepicture method.
Is there a way to save them so that vb somehow "adds" another picture onto the side so that if i wanted to savepicture 2 picturebox.images to the same bmp, the bmp would contain both images side by side.
suggestions?
I need this to be done in automatically in vb and not done manually using an outside source such as mspaint.
I can save individual ones using a commond dialog box to get a filename and then using the savepicture method.
Is there a way to save them so that vb somehow "adds" another picture onto the side so that if i wanted to savepicture 2 picturebox.images to the same bmp, the bmp would contain both images side by side.
suggestions?
I need this to be done in automatically in vb and not done manually using an outside source such as mspaint.