Description: About the parsing of the principle of the MFC AppWizard MFC program framework. AppWizard is a source code generation tool is a computer-aided programming tools, the WinMain in MFC program from the source is hidden, the theApp global variables is assigned, the MFC framework in several roles and mutual relations, the MFC frame window is how to generate and destroy the window class PreCreateWidow and the OnCreate two functions analyzed, the windows window and C++ CWnd class relations
To Search:
File list (Check if you may need any files):
Chapter3\main\main.cpp
........\....\main.dsp
........\....\main.dsw
........\....\main.ncb
........\....\main.opt
........\....\main.plg
........\Test\MainFrm.cpp
........\....\MainFrm.h
........\....\ReadMe.txt
........\....\res\Test.ico
........\....\...\Test.rc2
........\....\...\TestDoc.ico
........\....\...\Toolbar.bmp
........\....\Resource.h
........\....\StdAfx.cpp
........\....\StdAfx.h
........\....\Test.aps
........\....\Test.clw
........\....\Test.cpp
........\....\Test.dsp
........\....\Test.dsw
........\....\Test.h
........\....\Test.ncb
........\....\Test.opt
........\....\Test.plg
........\....\Test.rc
........\....\TestDoc.cpp
........\....\TestDoc.h
........\....\TestView.cpp
........\....\TestView.h
........\WinMain\WinMain.cpp
........\.......\WinMain.dsp
........\.......\WinMain.dsw
........\.......\WinMain.ncb
........\.......\WinMain.opt
........\Test\res
........\main
........\Test
........\WinMain
Chapter3