Just discovered the bitblt function to merge to images together. However, dont know enough about it so I'm struggling to get it to do what I want. The final Image needs to be able to zoom in and out. To do this I've been using the image box with the stretch property set to true. From what I gather you can only use the bitblt function with Picture boxes, which doesnt have a stretch property. I thought the answer would be to have two picture boxes, one source and the other destination. Then one image box to copy from the destination with the merged image. If I try this the only thing that appears in the image box is the original image from destination picture box with no merging.
Thanks in advance for any help on the matter.
Thanks in advance for any help on the matter.