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
How you make a dll file which contains the icon set like "SHELL32.dll"
Generating Random Passwords with ASP. NET and C#
If you want to add icon in your form then you may directly add it or you can use resource where you can collect lots of icon. So what is the purpose of this Dll??If you write a stand alone program & want to save some file with your own extension, then you need some icon for that file (or extension). Then you reference this dll with icon number in registry & it show the icon on you file (or extension). That's it!Thank you!
nice. but you must write how to get icon from this dll and put it on form.
Thank you Rishi...
now shell32 is in our own hand. good tutorial.