Making Dll Icon Set
New to this, hope I am in right place. Saw an article by Tanmay Sarkar on making a dll file which contains an icon set like SHELL32.dll. I need to know what program I can use to do that. I downloaded Visual Studio but cannot seem to locate steps to follow his article. Any help would be greatly appreciated. Thanks.....
Sam HobbsPosted Feb 14, 2011, 4:06 PM
So is this not for a program you wrote? I ask this because if you wrote the program, it is possible to put the icons into the exe file for your program. I assume you are doing this for icons in the Windows Explorer; is that correct?
I am not sure of the details of how to do it, but if I understand what you are doing, then you are looking for instructions for creating a Resource-Only DLL as described in Creating a Resource-Only DLL. If that is what you are looking for, then there might be easier solutions.
jerry bowenPosted Feb 14, 2011, 12:29 PM
Sam HobbsPosted Feb 13, 2011, 9:19 PM