This document defines a CMyFrameWnd class that inherits from the CFrameWnd class. It includes header files needed for MFC applications and defines message map entries for menu commands like File, Edit, Help. Methods like OnAbout, OnEdit are defined to show message boxes. A CMyApp class is also defined that inherits from CWinApp and overrides the InitInstance method to create an instance of CMyFrameWnd and set it as the main window.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
9 views2 pages
1 спс
This document defines a CMyFrameWnd class that inherits from the CFrameWnd class. It includes header files needed for MFC applications and defines message map entries for menu commands like File, Edit, Help. Methods like OnAbout, OnEdit are defined to show message boxes. A CMyApp class is also defined that inherits from CWinApp and overrides the InitInstance method to create an instance of CMyFrameWnd and set it as the main window.