Introduction - If you have any usage issues, please Google them yourself
Multi-mode implementation of VC++ source code form, where the multi-mode refers to the form shown in the normal time, the user can choose whether to streamline the display, that is, hide the menu bar, hide the main window, hide window status bar, etc. can form as hidden as a toolbar. At present, this effect used in some more entertainment software, such as audio and video player and the like. The program interface is the MFC SDI document view by a structure to achieve, but the code in the MDI, multiple document/view is not well implemented, achieved in recent days to find some method of MDI' s multi-mode to achieve the specific look at the code.