SHFILEINFO info;
SHGetFileInfo(data.appName.c_str(), 0, &info, sizeof(info), SHGFI_ICON);
DestroyIcon(info.hIcon);
SHChangeNotify(SHCNE_UPDATEIMAGE, SHCNF_DWORD, &info.iIcon, NULL);
Nico
> --
> Chromium Developers mailing list: chromi...@chromium.org
> View archives, change email options, or unsubscribe:
> http://groups.google.com/a/chromium.org/group/chromium-dev
>
http://crbug.com/78398If you get updated to a new version of Google Chrome with the new icons, your taskbar and/or shortcut icons might not get updated because the old icons are still the iconcache.