Icons for Executable Files - SOLVED
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I know that
SHGetFileInfo
will get me the icon that is displayed for a known file type (by the file extension,) but how do I get the icon that the shell displays for an executable file? In other words, I don't want an icon from the system image list, I want the one for the executable file. Any pointers are much appreciated. SOLUTION: I found theExtractIconEx
function, which does what I need.The difficult we do right away... ...the impossible takes slightly longer.