vote up 0 vote down star

I've got an HIMAGELIST (from SetupDiGetClassImageList) and I'd like to use it with a Windows Forms ListView, which needs an ImageList. There's no ImageList.FromHandle.

How do I use my HIMAGELIST as an ImageList?

flag

69% accept rate

1 Answer

vote up 0 vote down check

Not possible but you can use SetupDiLoadClassIcon instead

link|flag
Actually, it looks like it is possible, by copying the icons (ImageList_GetIcon) from one to the other. I couldn't get the colour depth and mask working in the half an hour I had... – Roger Lipscombe Jul 20 at 15:50
You ask how to (re)use the handle, not how to copy the data from one to the other. – Shay Erlichmen Jul 20 at 15:59
Reading it again, I guess I did ask that. What I meant was: I've got an HIMAGELIST; how do I get an ImageList with the same images in it? Hey ho. Moving on. – Roger Lipscombe Jul 23 at 14:54

Your Answer

Get an OpenID
or

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