简体   繁体   中英

'How do you want to open' 8.1 dialog and icons

Does anyone know, where Win 8.1 gets the icons, used in the dialog, from?

在此处输入图片说明

In my case an app icon is corrupted (instead of mine, another app icon is used for my app), and I want to debug the issue. But for that I have to know, where is a source of the icons.

I've already inspected my .exe file resources, there is no other icons there but mine.

It turns out, that when an app is registering itself as matching some user's model, it should set the logo and background color. See AppUserModelId ( http://msdn.microsoft.com/en-us/library/windows/desktop/dd378459%28v=vs.85%29.aspx ) for details.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM