Home > Software engineering >  VC6.0 MFC AppWizard generated by the project, the response function of the menu items in what place?
VC6.0 MFC AppWizard generated by the project, the response function of the menu items in what place?

Time:11-01

Using MFC AppWizard (exe) project generates a single document, most of the options menu functions are generated automatically, but I can't find a menu item or where the response function of the source code, for example, the following the open dialog box, using VC6.0 in the edit menu "to look for in the file for the whole project folder" also can not find,




There is no corresponding ClassWizard event functions:

CodePudding user response:

Double-click add!
Search command file menu in the app class CPP file directly

CodePudding user response:

Overloading of the document class OpenDocumentFile, the root is the OpenDocumentFile CWinApp
  • Related