vote up 1 vote down star

Is it possible to create an image list from multiple bitmaps, or to combine multiple image lists into one.

For sake of simplicity, same element dimensions and transparent color could be assumed.

Reason: I am currently dealing with a very long image list containing four groups of icons and notable "reserved" areas between them. For editing it would be easier to split into four bitmaps, combine them on the fly and calculate icon indices dynamically.

flag

80% accept rate

1 Answer

vote up 1 vote down check

ImageList_Add can add a bitmap with several images to an existing image list. Is that what you're looking for?

link|flag
I've finally got it working using ImageList_AddMasked and using ILC_MASK for the new image list. (I couldn't get the transparent color to work with `ImageList_Add'). Thanks! – peterchen Sep 22 at 21:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.