I need to get the icons associated with file types not the file name.
I store in my database files with the type=> filename.type, but those files need not exist on the hard disk.
Therefore I need to pass the type and get the icon for it
- I do not want to use solutions with administrative rights needed by the user.
- If possible only managed code
- If possible don't involve registry access
What do you suggest?