I have a CDC and a resource bitmap. Is there any way to put the resource bitmap into the CDC:

eg.CDC aDC;

// aDC is attached to printer here

CBitmap aBitmap;
aBitmap.LoadBitmap(IDB_BITMAP);

// How can I insert the contents of aBitmap into aDC?

Is there way to do it this way, or in any other ways?

Thanks

Rory Condon
Lead Programmer Anarchic Chicken Software
http://www.anarchic-chicken.8m.com