I am currently writing a program in VB .NET that requires a file type - .fol - to be associated with it so that people can simply double click on the .fol file to get my program. My problem is that i want a seperate icon for the .fol file other than the one my assembly has. What i want is to be able to somehow put more than one icon into the assembly - other than the assembies icon - and link the default icon for the .fol file type with the second or third icon in my assembly, so that i dont have to include a seperate icon file with the assembly. Like the way Dreamweaver has its icons all its main assembly:
[Broken External Image]:http://www.talbotech.com/drmIcons.jpg
I have tried many techniques so far such as using IconForge to make a .icl file and try to set that as the default icon, and importing the icons into my project as Embedded Resources. But my efforts so far have failed :
[Broken External Image]:http://www.talbotech.com/bindIcons.jpg
I was hoping that someone might know. Please reply as soon as possible. This is driving me mad!
[Broken External Image]:http://www.talbotech.com/drmIcons.jpg
I have tried many techniques so far such as using IconForge to make a .icl file and try to set that as the default icon, and importing the icons into my project as Embedded Resources. But my efforts so far have failed :
[Broken External Image]:http://www.talbotech.com/bindIcons.jpg
I was hoping that someone might know. Please reply as soon as possible. This is driving me mad!