Introduction - If you have any usage issues, please Google them yourself
How to modify the MFC AppWizard Wizard to generate the appearance and size of the framework program, the three methods to modify the icon, cursor, background. How to add and remove toolbar buttons, how to increase application toolbar, how to show and hide the toolbar. Custom status bar, add clock in the status bar, CTime class and its usage. Added progress bar in the status bar (the main window immediately after clever ideas to generate progress bar, you can not directly handle the OnCreate function, to use a custom message method). Mouse coordinates display, access the status bar in the CView object in several ways. How to add a splash screen for the application.