I'm wondering , if I want to create different bitmaps,
I use the CreateCompatibleBitmap
function again and again, to associate it to the same memory CDC.
is it the same meaning that I CreateBitmap
and SelectObject
again and again??
I ask this question because I want to do something to the newly created bitmap by another CDC.