RadAd / RadSwitch

Alt-tab replacement
4 stars 1 forks source link

UWP app name and icon not displaying #1

Open RadAd opened 11 months ago

RadAd commented 11 months ago

There doesn't appear to be an easy way to get the icon of a UWP app.

All UWP apps also run in the same process making it difficult to determine which app it is.

RadAd commented 10 months ago

Some progress here. It's now retrieving the name ok. I have discovered some undocumented APIs to get the correct PNG file.

Converting the PNG to a HICON using CreateIconFromResourceEx seems to produce a small icon. May need a better way to do this.