Bitmaps and Static Controls
Article Writing
2
Posts
2
Posters
0
Views
1
Watching
-
Does anybody know how to display a bitmap from memory DC into the SS_BITMAP-style static control ? Where shuld be this memory DC derived from ? Thanks for suggestion. Petr Pivonka
Your memory DC would be a CDC and as a bitmap static gets set with a bitmap, I'd suggest using GetCurrentBitmap to get the bitmap out of the DC and pass into the static. Christian The content of this post is not necessarily the opinion of my yadda yadda yadda. To understand recursion, we must first understand recursion.