Live data from Hacker News

The Windows Context Menu – Is It a Lost Cause?

enderman.ch

31–34 of 34 posts

Re: The Windows Context Menu – Is It a Lost Cause?

#31
When Microsoft refactored the context menu on Windows 11, I had high hopes that the new programming model would move away from writing context menu handlers in COM/C++, eventually using out-of-process handlers that could be implemented in .NET, any other compiled language.

Nope, moving away from bare bones COM is too much to ask for WinDev, and already failed multiple times (.NET's original purpose, Longhorn, WinRT/UWP).

A lost cause indeed.

Re: The Windows Context Menu – Is It a Lost Cause?

#32

If it was up to me I'd make adding options to the context menu something that you can't do without specifically choosing to in the control panel. Applications could supply context options to the OS but those shouldn't be displayed without the user going in and allowing each one specifically.

Funny enough Microsoft has already had this battle with the Start menu https://devblogs.microsoft.com/oldnewthing/20030903-00/?p=42...

What's actually sad is that Microsoft Edge and its new features are literally doing all of that right now.
Post reply on HN