G
Guest
In the registry, the application icon are stored in the format:
filename,resource_number
I can open the library "filename" using the native API function
LoadLibrary, and
then enumerate resources with EnumResource.
resource_number can be a negative one, I should increase it by 65536 to
have the good one.
The problem is the number obtained by increasing can't be the index of
resources in the library! Is it an identifier?
How can i get a resource from a library from an identifier (or from the
number i get)?
filename,resource_number
I can open the library "filename" using the native API function
LoadLibrary, and
then enumerate resources with EnumResource.
resource_number can be a negative one, I should increase it by 65536 to
have the good one.
The problem is the number obtained by increasing can't be the index of
resources in the library! Is it an identifier?
How can i get a resource from a library from an identifier (or from the
number i get)?