Hello
With the resource hacker program I can directly access a value (StringTable-> 37-> 1036 and the name "Begin")
How can I do that with Win32 API c/c++, he is an example?
Thanks in advance
|
Go4Expert Founder
|
![]() |
| 23Oct2007,17:18 | #2 |
|
You have API's for updating and accessing resource like resource hacker does. Refer to Change Icon of EXE file through code extracting it from other EXE file to start up
|
|
Newbie Member
|
|
| 23Oct2007,20:49 | #3 |
|
thank's for your reply.
but this is just for icon, but i want read a value, the value "Start" can you tell me how i can do it please ? thank's again |
|
Go4Expert Founder
|
![]() |
| 24Oct2007,09:46 | #4 |
|
But the API's will not change and you can start off with Icon then strings then other things ....
|
|
Newbie Member
|
|
| 24Oct2007,13:14 | #5 |
|
that's work will
but not in explorer.exe i try to change the value "Start" but your program can't change the icon of explorer.exe so it can't read the value "Start" hmm why ???
|
|
Go4Expert Founder
|
![]() |
| 24Oct2007,20:53 | #6 |
|
Instead of changing first try to read it. Are able to see it using the code. There may be multiple times the icon in the resource for different sizes.
Also are you able to do the same using resource hacker? |


hmm why ???