|
-
September 26th, 1999, 02:09 PM
#1
Bitmaps
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|