I\'m trying to emulate MS Office print dialog\'s printer selection combobox. The drop-down list contains printer names with large printer icons to the left. On Vista fax pri
You don't say how you are calling SHGetFileInfo, but I would guess you need to set the SHGFI_PIDL flag and use a fully qualified PIDL (And maybe SHGFI_USEFILEATTRIBUTES)
To get shared/default overlay icons, set the SHGFI_ADDOVERLAYS flag