Quote Originally Posted by fafalone View Post
I'm still not really clear on what you're trying to do... are they separate entries in icon file, or you literally have an e.g. 160x32 image and want 5 HICONs from it?
Sorry, not sure what is separate entries. My knowledge of Icons are limited.
The .ico file is 45x135.
I would like to use it as a single .ico file and just get unique HICON for each image either by an index, or a x,y value.
Because I want to add them to an imagelist. I know ImageList_Add accepts multiple images but for .bmp file.

I'm trying to avoid to use each icon in its own separate resource ID.