Hi, I need to combine 7 images into one, overlapping eachother. The first method I tried doesn't work, what I did is make the transparency key white, which is what I intended it to be in the 7 images, then I just put the images in picture boxs, and it only shows the last one. Next, I tried 1 picturebox with a timer making the picturebox's image in a loop of all the 7 images, and all it does is flash really fast between the images, and it flickers. The last thing I tried is making a panel, and then using Graphics.DrawImage to draw the 7 images onto the panel, but the same thing happens just like in the timer.

Thanks for you help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.