how to retrieve the hicons on the desktop?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
You could try gettin an IShellFolder[^] interface of the desktop, maybe by using SHGetDesktopFolder[^], use its EnumObjects[^] method to enumerate the objects on the desktop, on every object you get, use GetUIObjectOf[^] to retrieve IExtractIcon[^] for it and then use the ExtractIcon[^] method of that to get an icon.
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Sometimes you just have to hate coding to do it well. <