Hello,
I need help with making my own transparent image routine. Basically, I need to be able to render semi-transparent images on screen using C++... TransparentBlt() just isn't cutting it.

I would like to be able to use an image and then a mask (or be able to render png's) but I have no idea of how to start this. Could anyone help me out?

Thanks!