Possible Duplicate:
Can 48x48 or 64x64 icons be obtained from the Vista Shell?
I would like to get 64x64 icons for Documents/Pictures/Music libraries. Explorer.exe is able to do it.
I use API function SHGetImageList and I don't have any problem to get 48x48 or 256x56 but I don't know how to get 64x64 icons.
When I use SHGetImageList with SHIL_EXTRALARGE I get 48x48 and when with SHIL_JUMBO I get 256x256....
Is there any way how to get icons 64x64 for Documents/Pictures/Music libraries in W7 ???
thx