None
NO
Windows Needs a Change in Priorities
['Den Delimarsky']
Hi, I'm Den 👋 on Den Delimarsky
To my surprise, the context menu that was bundled with Windows Forms (the framework used for designing Windows desktop applications) was very Office XP-like and did not work with custom DPI or dark mode on Windows 11. This menu is familiar to me because that’s what the Windows API allows you to create (as long as you are not creating it through Windows Forms.) For example, if I want to build a console application with a tray notification icon, my options are either take a dependency on Windows Forms or use the native Windows API and write everything from scratch.