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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I have trouble with the menus :(

Status
Not open for further replies.

shinaco

Programmer
Jul 8, 2001
1
US
I'm using visual c++ 5.0
When I create a dialog based aplication with the mfc wizard, and try to add menus to it, something very weird happens...
let's suppose my project is called "name"
I want to associate the menus with the CnameDlg class, but the first time I open the ClassWizard, It doesn't matter that I tell c++ to use the menus with CnameDlg, the menu items appear in all the classes the MFC Wizard created. If i close the class wizard and open it again two times, the menu items appear just in the CnameApp class, and they don't appear en de CnameDlg cass like I wanted
How can I Fix that?
 
What does it mean "menu items appear in ... classes..."? John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top