Re-Direct Resource Call
-
Ok, after a bit of poking around, I have foud that Vista LogonUI through another DLL gets its graphic resources through another DLL called imageres.dll I am wondering if it is at all possable to (for lack of a better term) "hijack" the call into imageres.dll for a specific resource, and have it routed to another dll (My apps dll) for a resource of the same name but with different content.
-
Ok, after a bit of poking around, I have foud that Vista LogonUI through another DLL gets its graphic resources through another DLL called imageres.dll I am wondering if it is at all possable to (for lack of a better term) "hijack" the call into imageres.dll for a specific resource, and have it routed to another dll (My apps dll) for a resource of the same name but with different content.
There is no call to redirect. There is no code in the imageres.dll file. It's just a library of resources, that's all. The only way you can do this would be to create a copy of the imageres.dll and replace the content you want with source third party resource editor.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008