how to change the location of CMFCRibbonBar in window.

Joe Zhu 21 Reputation points
2021-12-11T17:28:18.06+00:00

how to change the location of CMFCRibbonBar in window.
I want the CMFCRibbonBar appear at the bottom of the window.

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,523 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,637 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,069 questions
0 comments No comments
{count} votes

Accepted answer
  1. RLWA32 43,306 Reputation points
    2021-12-11T19:14:52.56+00:00

    You can have the ribbon at the bottom of the window if you create it with the CBRS_BOTTOM style. However, you may not like the results. :)


0 additional answers

Sort by: Most helpful