I am working on a Windows Forms application in VS 2008, and I want to display one image over the top of another, with the top image being a gif or something with transparent parts.
Basically I have a big image and I want to put a little image on top if it, so that they kinda appear as one image to the user.
I've been trying to use a picturebox, but this doesn't seem to have worked, any suggestions?