How can I get strings from windows dlls like mssvp.dll and themeui.dll using an index? There are several lines in the registry or theme files (for example, DisplayName in the themes) that point to the dll and index number instead of real texts. For example, I have: DisplayName = @% SystemRoot% \ System32 \ themeui.dll, -2106 in a Windows theme file. So, how can I get real strings from these dlls using C # and .Net 4.0?
source share