Get a HBITMAP from a BITMAP structure.
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
hello all. I am reading some data from xml file. I memcpy it to a BITMAP structure variable. Now I need to convert this to HBITMAP. how do I do this?
By using CreateBitmapIndirect...
- NS - [ODBaseBtn]
-
By using CreateBitmapIndirect...
- NS - [ODBaseBtn]
-
:) Welcome... Don't forget to call DeleteObject to delete it when it is no longer needed.
- NS - [ODBaseBtn]