Here I describe how you make a dll file which contains the icon set like SHELL32.dll.
Here I describe how you make a dll file which contains the icon set like "SHELL32.dll" 1. Open New project as Class Library 2. After Opening the file will show like: 3. Now open a file 4. Native ResourceTemplete File 5. Then Add resource 6. Import Icon 7. Now again add resource for set version Information 8. The screen will like this: 9. Now you add your information like, 10. Now save the resource file as 11. Must Select *.res file 12. Now open your main class project & chose Property 13. Set resource file 14. Now Build 15. You can see the application information will show on your dll 16. And when you browse this dll to get icon you will see like, That's it. Now you can make a DLL which is a collection of icon. Thank you, Tanmay Sarkar
View All