Introduction
Here I describe how you make a dll file which contains the icon set like "SHELL32.dll"
Step 1. Open New project as Class Library.
![Icon1.gif]()
Step 2. After Opening the file will show like.
![Icon2.gif]()
Step 3. Now open a file.
![Icon3.gif]()
Step 4. Native ResourceTemplete File.
![Icon4.gif]()
Step 5. Then Add resource.
![Icon5.gif]()
Step 6. Import Icon.
![Icon6.gif]()
![Icon6.1.gif]()
![Icon6.2.gif]()
Step 7. Now again add resource for set version Information.
![Icon7.gif]()
Step 8. The screen will like this.
![Icon8.gif]()
Step 9. Now you add your information like.
![Icon9.gif]()
Step 10. Now save the resource file as.
![Icon10.gif]()
Step 11. Must Select *.res file.
Step 12. Now open your main class project & chose Property.
![Icon12.gif]()
Step 13. Set resource file.
![Icon13.gif]()
Step 14. Now Build.
![Icon14.gif]()
Step 15. You can see the application information will show on your dll.
![Icon15.gif]()
Step 16. And when you browse this dll to get icon you will see like.
![Icon16.gif]()
That's it.
Now you can make a DLL which is a collection of icon.
Thank you,