SystemIcons outdated?
See original GitHub issueIs the SystemIcons outdated? Should the SystemIcons return the shell icons?
As described here:
https://stackoverflow.com/questions/24257506/how-can-i-get-messagebox-icons-in-windows-8-1
SHGetStockIconInfo
vs LoadIcon
Issue Analytics
- State:
- Created a year ago
- Comments:20 (14 by maintainers)
Top Results From Across the Web
SystemIcons outdated? · Issue #8842 · dotnet/winforms
so I assume this means, that yes SystemIcons are outdated, and it would be safe to update them?
Read more >c# - System Icons - Windows 10 style
I have custom MessageBox which uses SystemIcons. The problem is that they look outdated. See picture bellow containing Warning/Exclamation ...
Read more >Microsoft's archaic Windows system icons are getting a ...
Microsoft is finally going to update the system icons in Windows 10 as part of a visual overhaul of the operating system.
Read more >Which DLL files have the system icons?
Yes, IconsExtract is a very good utility, I use it when need to find a rare icon, which does not present in imageres,...
Read more >SystemIcons Class (System.Drawing)
Each property of the SystemIcons class is an Icon object for Windows system-wide icons. This class cannot be inherited.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Resolved with #8802 & #8878
Created an API proposal. https://github.com/dotnet/winforms/issues/8802. @ViktorHofer Once it is approved I’ll represent in API review. Once we’ve moved System.Drawing to the WinForms repo I’ll implement unless someone else is particularly eager. 😃