If you're talking about rounded corners menus, see Apply rounded corners in desktop apps for Windows 11
How can win32 app create a windows11 style menu?
In windows10,I create menu with CreatePopupMenu and use AppendMenuW to add item. But in windows11, this api only create windows10 style menu. How can i create a windows11 style menu?
Windows development Windows API - Win32
Windows for business Windows Client for IT Pros User experience Other
3 answers
Sort by: Most helpful
-
-
Xiaopo Yang - MSFT 12,731 Reputation points Microsoft External Staff
2021-11-15T05:27:24.817+00:00 You can Use the WinRT XAML hosting API in a C++ desktop (Win32) app. The WinRT XAML hosting API provides the foundation for a broader set of controls that we are providing to enable developers to bring Fluent UI to non-UWP desktop apps. This feature is called XAML Islands.
-
Limitless Technology 39,916 Reputation points
2021-11-15T20:51:10.533+00:00 Hi @jason
You can check this a collection of topics describing and demonstrating how to migrate your Universal Windows Platform (UWP) application to the Windows App SDK.
In addition to this you can try out this article
Top 11 things you can do to make your app great on Windows 11
https://learn.microsoft.com/en-us/windows/apps/get-started/make-apps-great-for-windows--------
--If the reply is helpful, please Upvote and Accept it as an answer--