Does anyone know what dll is responsible for the icons and text on the status bar? I'm trying to edit both the icons and text. Here is a picture of what I'm trying to edit. The icon and text are outlined in red.
I want to change that icon, and also change the text so it says "My Computer".
I just got done changing both the imageres.dll files, and it had no effect on the status bar icon. Could you maybe give me some dlls to look threw so I could find the icon? Also, how could I figure out where the text is to edit it? Can I search for keywords in code so it could pinpoint where the "Computer" string is?
Try icon #16 in the shell32.dll in both C:\Windows\System32 and C:\Windows\SysWOW64
The text will be in a .mui somewhere, I have look at shell32.dll.mui, explorerframe.dll.mui, explorer.exe.mui. Look for a .mui in both C:\Windows\System32\en-US and C:\Windows\SysWOW64\en-US
Do you think it could be under Spring Table? Could you give me some possibilities on where this line of code could be? I don't know where to start. I feel very overwhelmed not knowing where to begin my search.