How to add a menu?

  • Thread starter Thread starter ShipHead
  • Start date Start date
S

ShipHead

I've created a MFC C++ dialog application... I've created a menu
but can't seem to remember how to add the menu to the dialog.
Help?

TIA.
 
Set the menu-property of the dialog to the resource id of the menu. In VC++
7/7.1 you'll have to do this in the properties window.
 
Back
Top