Important: The information in this document is obsolete and should not be used for new development.
Getting a Menu Bar Description From an 'MBAR' Resource
You usually create your application's menu bar by doing the following:
- defining the order and resource ID of your menus in an
'MBAR'
resource- defining the menus in
'MENU'
resources- reading in these descriptions using the
GetNewMBar
function- setting the current menu list to the menu list returned by
GetNewMBar
- updating the menu bar using
DrawMenuBar
Subtopics
- GetNewMBar