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?
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?