Kinda two questions in one...
Firstly, I know system32.dll is a repository for all of the standard windows folder icons, and I have a program which lets you open the DLL and view/extract the various ICO files but I want to know if its possible to add new ICO files to the system32.dll file? It can't be done in the app I have (it says as much in an alert when you open the dll!) Ideally I'd like to add some of my own icons to this file, but alternatively I can make my own icons.dll files if someone can assist with the below question
I did try making my own icon dll, myicons.dll and placing it into the C:\Windows\system32 folder but when I try to choose an icon from my DLL using the choose icon option in the properties -> customize tab after right-clicking the folder I want to change the icon for, it doesn't list any of the icons I put into my DLL. I notice when choosing icons from the system32.dll, it comes up in the browse box address bar as something like /%systemroot%/\system32.dll but when I choose myicons.dll it says C:\windows\system32\myicons.dll
How come system32.dll gets the systemroot prefix even though both files are in the same folder? Is it like a CLASSPATH variable or similar?
I know you can choose new icons using the registry or ini files but I'm trying to setup one file that I can add to the system32 folder after a clean install and have all of my own icons available...
Firstly, I know system32.dll is a repository for all of the standard windows folder icons, and I have a program which lets you open the DLL and view/extract the various ICO files but I want to know if its possible to add new ICO files to the system32.dll file? It can't be done in the app I have (it says as much in an alert when you open the dll!) Ideally I'd like to add some of my own icons to this file, but alternatively I can make my own icons.dll files if someone can assist with the below question
I did try making my own icon dll, myicons.dll and placing it into the C:\Windows\system32 folder but when I try to choose an icon from my DLL using the choose icon option in the properties -> customize tab after right-clicking the folder I want to change the icon for, it doesn't list any of the icons I put into my DLL. I notice when choosing icons from the system32.dll, it comes up in the browse box address bar as something like /%systemroot%/\system32.dll but when I choose myicons.dll it says C:\windows\system32\myicons.dll
How come system32.dll gets the systemroot prefix even though both files are in the same folder? Is it like a CLASSPATH variable or similar?
I know you can choose new icons using the registry or ini files but I'm trying to setup one file that I can add to the system32 folder after a clean install and have all of my own icons available...