Maintaining a recent files list
问题 I would like to maintain a simple recent files list on my MFC application that shows the 4 most recently used file names. I have been playing with an example from Eugene Kain's "The MFC Answer Book" that can programmatically add strings to the Recent Files list for an application based on the standard Document/View architecture: (see "Managing the Recent Files List (MRU)") : http://www.nerdbooks.com/isbn/0201185377 My application is a fairly lightweight utility that does not use the Document