Click here to Skip to main content
Licence 
First Posted 21 Jan 2004
Views 38,236
Bookmarked 17 times

VS Recent Project List Cleaner

By | 21 Jan 2004 | Article
How to clear Visual Studio .NET Recent Project List.

Sample Image

Introduction

This application was created to give me a way to easily clear some VS project items on VS Start Up page. This application simply explores the registry location where VS.NET stores Projects Lists. Also, the application will check if a project is still existing and mark it as [Broken Link] if it doesn't exist anymore showing that you can remove that project from the recent list.

Background

This application was built using Microsoft Visual Studio .NET 2003, maybe it doesn't list and clear projects list from previous versions of VS.NET. But you can easy update the code to handle another VS.NET registry location.

Using the code

The code also shows how to access the Windows registry and retrieve/delete/update values from/to it. The Registry.cs file is not mine, it can be in other author submissions here.

//This is the registry location for the VS.Net 2003 Recent list
public string RegistryValueKey = 
  @"Software\Microsoft\VisualStudio\7.1\ProjectMRUList";

Points of Interest

Some parts of this code were easy to migrate from my VB6 version utility.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Laudeci Oliveira

Web Developer

Brazil Brazil

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Generalvs2005 support PinmemberHarm_Salomons20:25 3 Jan '07  
Generalsupports all Pinmemberpeterchen21:32 20 Jun '07  
GeneralRe: supports all PinmemberHarm Salomons5:25 22 Jun '07  
GeneralRe: supports all Pinmemberpeterchen12:33 22 Jun '07  
GeneralWorks Great!!! Pinmembernotjustmani7:13 7 Feb '06  
GeneralStudio 7.0 support PinmemberMaurice Beelen0:38 14 Jun '04  
GeneralRe: Studio 7.0 support PinmemberLaudeci Oliveira2:07 14 Jun '04  
GeneralExactly what I was looking for... Pinmemberbrucetp2:18 31 Mar '04  
GeneralA small enhancement Pinmemberdgroves6:27 30 Jan '04  
GeneralRe: A small enhancement PinmemberLaudeci Oliveira2:11 31 Jan '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120517.1 | Last Updated 22 Jan 2004
Article Copyright 2004 by Laudeci Oliveira
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid