How to add Image(GDI+) object to CImageList
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
If you use the Bitmap class instead of the Image class you can use the GetHBitmap or GetHIcon methods to get an HBITMAP or HICON that you can add to your image list. The Bitmap class inherits from the Image class so all the functionality of the Image class is available in the Bitmap class.
You may be right
I may be crazy
-- Billy Joel --Within you lies the power for good, use it!!!