Hi,
if I understand correctly, integer identifiers (MAKEINTRESOURCE) passed to LoadIcon actually identify an icon directory. LoadIcon tries to find the icon in the directory, which best matches the current display device characteristics. Does anybody know how I can query the identifier of the returned icon?
Bye,