How To Clear "Open Existing Projects" Listing?

M

Mr. B

I have VB.net 2003 and I am wondering How (if possible) can I clear out the
current listing of my OPEN AND EXISTING PROJECT list when I first start up
VB.net?

I currentl show 10 such projects. I've tried to only show 1 then change back
to 10. But, the items come back.

The reason is that I've a few instances where I've opened previously saved
versions of projects. Now I've several lines of the same project NAME, but I
have to be careful to select the correct Current version.

So I just want to whip the slate clean.

Thanks in advance.

BruceF
 
C

clintonG

c:\ del *.* will wipe the slate clean otherwise you've likely spent a few
thousand dollars on software that requires a registry hack you can find
documented on the web somewhere. Real quality huh? Five years on the market
and we still have to hack the registry to keep a clean implementation.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 
G

GW

Really helpfull!



clintonG said:
c:\ del *.* will wipe the slate clean otherwise you've likely spent a few
thousand dollars on software that requires a registry hack you can find
documented on the web somewhere. Real quality huh? Five years on the
market and we still have to hack the registry to keep a clean
implementation.

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 
G

Guest

I have some luck in deleting shortcuts in the following folder:

C:\Documents and Settings\Administrator\Application
Data\Microsoft\VisualStudio\Recent\Individual Projects

However, it doesn't seem to always remove the item from the start-up list.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top