Introduction - If you have any usage issues, please Google them yourself
Principle and analysis about the MFC application framework of the MFC AppWizard. AppWizard is a source code generation tool that is computer-aided design tool program, WinMain in MFC process is how to be hidden the source, theApp global variable is how the distribution, the MFC framework of several types of roles and mutual What is the relationship, MFC frame window is produced and destroyed, the two functions of PreCreateWidow and OnCreate window class focuses on the analysis of the relationship between Windows window and C++ the CWnd class.