Adding Menus to Dialog Boxes
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have created an Dialog-based MFC .exe Application and was wondering how to add a menu to the dialog box. I have found and used code adding toolbars and statusbars to dialog boxes successfully.
Create a menu. Right-click on your dialog box. Select Properties. You will see Menu: combobox. Select ID of your menu. That's all Jerzy