Hi, everybody
ExeScope can display the resource identifier
For example, ExeScope can tell me the resource identifier of a icon in c:\windows\explorer.exe is 100.
I try to use EnumResourceNames(), FindResource(), etc, and find them do not work by resource identifier.
but LoadIcon() can work by resource identifier
How to get the resource identifier of other exe/dll?
Thanks.
ExeScope can display the resource identifier
For example, ExeScope can tell me the resource identifier of a icon in c:\windows\explorer.exe is 100.
I try to use EnumResourceNames(), FindResource(), etc, and find them do not work by resource identifier.
but LoadIcon() can work by resource identifier
How to get the resource identifier of other exe/dll?
Thanks.