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
?
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
?