recent-file-list

Changing the Total Number of Recent Files

I'd like the user to be able to edit the number of recent files shown in the File menu of my MFC application. I've used two very good references: http://www.codeproject.com/KB/menus/changemru.aspx http://www.microsoft.com/msj/0899/c/c0899.aspx It involves deleting and recreating the CRecentFileList object stored in CWinApp::m_pRecen...

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 "M...

Visual Studio 2008 & Windows 7 Recent Files

Apologies for the non-programming question, but does anyone know how to get Visual Studio 2008 to list projects in the Windows 7 Recent Files list instead of the source files it lists by default? ...

Visual Studio 2008 does not show recent projects.

Hello. I have installed Visual Studio in my laptop. Laptop is run by Windows XP SP3. And Visual Studio 2008 (with SP1) does not show recent files in Start Up page. Buy the way VS 2008 does not show recent projects and files in File menu. Any suggestion?:) UPD. In "Tools -> Options -> General-> Recent Files" is all ok. UPD. Buy the way...

Where does Visual Studio 2010 store the “Recent Projects and Solutions” items for the File menu?

Where (in which file or which registry key) does Visual Studio 2010 remember the list of recently-opened projects and solutions? ...