MFC Top Level menu position.
-
In Visual Studio 2019, the top level menu is placed in the top of the application (title bar). AFAIK from what I can see from the MFC Project Wizard, there is no switch for that when creating a project (MDI/SDI template). Is that another exclusive UI/UX component from Microsoft that we will never be able to use ?
I'd rather be phishing!
-
In Visual Studio 2019, the top level menu is placed in the top of the application (title bar). AFAIK from what I can see from the MFC Project Wizard, there is no switch for that when creating a project (MDI/SDI template). Is that another exclusive UI/UX component from Microsoft that we will never be able to use ?
I'd rather be phishing!
You can do it with raw Windows API but as MFC is only on maintenance it likely will never be available in MFC unless you do it yourself.
In vino veritas