CWinApp::LoadStdProfileSettings void LoadStdProfileSettings( UINT nMaxMRU = _AFX_MRU_COUNT ); 参数 nMaxMRU:The number of recently used files to track. 在InitInstance函数中调用此函数,确保并且加载最近使用(most recently used (MRU))的文件和最后浏览的状态。如果nMaxMRU的值为0,不保持最近使用的文件列表。 CMu...