Hello Everyone!
I would like to have my DLL show a custom icon when viewed from within explorer but I don't seem to be able to do it. I while back I was able to do it but it just doesn't work anymore.
This is what my resource script looks like.
The above compiles just fine and the icon is also existing in the DLL but for some reason explorer doesn't show it. Any ideas ?
------------------
Cheers
I would like to have my DLL show a custom icon when viewed from within explorer but I don't seem to be able to do it. I while back I was able to do it but it just doesn't work anymore.
This is what my resource script looks like.
Code:
#define DATABASE 100 DATABASE ICON "Database.ico"
------------------
Cheers
Comment