Can this be done, can i make special icons for files created by my app such as Adobe reader give the pdf file its own icon. How can i associate certain files to have certain icons for my application
There is also the possibility to create the registry settings (a leaf in the ClassesRoot) needed in code, see: http://www.vbcity.com/forums/topic.asp?tid=72502
You can also create the registry settings manually with RegEdit on your dev system and export it to a .reg file, then to import it in target registry you can just issue the command "regedit /s c:\thefile.reg" or similar, the /s switch means 'silent' in order to avoid the default user dialog "do you want to import..?"
The problem with manual registry changes is they aren't removed if application is uninstalled, but still may be useful in some deployment situations.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.