Hi. This might be way too late since it's 3 days after your post, but
after
bitmap2.CreateCompatibleBitmap(&dcObj, 10, 10);
you need to select your new bitmap with
dcObj.SelectObject(&bitmap2);
That's all!
Hope that helps....
-jem
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 1 of 1
Thread: Re: Help on bitmapsThreaded View
|
Click Here to Expand Forum to Full Width |