Dialog Box in Menu Bar
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
how i can get a dialog box by clicking menu bar? how i have to insert a dialog box in the menus and some menu i want to enable and disable also? -- modified at 7:21 Tuesday 12th June, 2007
-
how i can get a dialog box by clicking menu bar? how i have to insert a dialog box in the menus and some menu i want to enable and disable also? -- modified at 7:21 Tuesday 12th June, 2007
For enable or disable see
CMenu::EnableMenuItem
.vikramkarthik wrote:
insert a dialog box in the menus
:confused:
WhiteSky