icons
-
You would need to change the systems registry files to change the file type associations to match your program, that's all i know sorry, but you should get some good Google results from that
-
Do u want to display a icon for the dll's that u create in C#? if yes then write the following code before the class [ToolboxItem(true)] [ToolboxBitmap("icon_application.bmp")] The string in quotes is the bmp file that u need to include in your project. Hope that works for u Regards, Pramod
-
Do u want to display a icon for the dll's that u create in C#? if yes then write the following code before the class [ToolboxItem(true)] [ToolboxBitmap("icon_application.bmp")] The string in quotes is the bmp file that u need to include in your project. Hope that works for u Regards, Pramod
Pramod, I think that he wants to associate his application with certain filetypes rather than set an icon for his actual application
-
Pramod, I think that he wants to associate his application with certain filetypes rather than set an icon for his actual application