HICON to HBITMAP?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, In one of my apps I have a class requiering an HBITMAP as input but my images are all stored as icons. Does anyone know of a nice way of converting between an icon and a bitmap? I know the CImageList does this somehow but it is not a very neat solution. Johannes
-
Hi, In one of my apps I have a class requiering an HBITMAP as input but my images are all stored as icons. Does anyone know of a nice way of converting between an icon and a bitmap? I know the CImageList does this somehow but it is not a very neat solution. Johannes
GetIconInfo() will return an HBITMAP for an icon. --Mike-- http://home.inreach.com/mdunn/ You are the weakest link, GOODBYE!