Okay, I am having a problem with my little hovering dragon.

I used bitblt and I have a dragon picturebox hovering over stars(my background picturebox), I used the srcInvert property instead of the srcCopy because copying makes the big block of my dragon picture cover up the background(and since I don't know how to redraw the background, the stars go away for good).

Now the problem is that you can see the stars through the dragon. In other words, how do I make it so that you don' see the background picturebox through the picture box that was drawn over it? I think the techinque was called masking, but I might be refering to some technique that has nothing to do with my problem.

Can someone help me?

Thanks