Search found 1 match

by MaxP00
Wed Oct 30, 2019 10:57 am
Forum: Windows
Topic: Can't obtain icons beyond index 0 with LoadResource_()
Replies: 6
Views: 3762

Re: Can't obtain icons beyond index 0 with LoadResource_()

Hi Mistrel,
the right way is to enumerate resource.

Here a quick try, but be carrefull using API CreateIconFromResource_() wich use API CreateIconFromResourceEx()
The CreateIconFromResource function calls CreateIconFromResourceEx passing LR_DEFAULTSIZE|LR_SHARED as flags.
May be it could erase ...