Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add or Change Menu on MFC Dialog

Status
Not open for further replies.

sweep123

Technical User
May 1, 2003
185
0
0
GB
I have created a Tabbed dialog MFC application using the CMyTabCtrl class)and now want to include my own Menu.

I have added the new menu resource and added my menu items, but all that is displayed is the System's default menu. I have search through the help and other post, most seem to relate to SDI or MDI applications.

What do I need to do to either replace the system menu with mine or remove the system menu and add mine.

Note I am using Visual Studio .Net (C++)

I am sure I am missing something simple, please help.

Sweep.
 
Go to the Dialog properties and set its menu to your menu ID.


-Chris (Consultant / Software Engineer)
 

or, delete the old menu and change your menu ID to it's ID.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top