I want be bitblt stuff from bitmaps located in a resource file. As far as I know, the bitmaps are STDPICTUREs. However, bitblt only deals with DCs.

How do I make a DC for the picture in the resource file?

What's the deal with DC's anyway (I know they stand for device context, whatever that means)?