|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How To Clear "Open Existing Projects" Listing?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:\ 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/ Show quote "Mr. B" <U***@NoWhere.com> wrote in message news:1ekfm1lscses8g5rdekgf9t030luuc1mtt@4ax.com... >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 Really helpfull!
Show quote "clintonG" <csgallag***@REMOVETHISTEXTmetromilwaukee.com> wrote in message news:eWf$2xy3FHA.1184@TK2MSFTNGP12.phx.gbl... > 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/ > > > "Mr. B" <U***@NoWhere.com> wrote in message > news:1ekfm1lscses8g5rdekgf9t030luuc1mtt@4ax.com... >>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 > > "Mr. B" <U***@NoWhere.com> schrieb: See:>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? <URL:http://groups.google.de/group/microsoft.public.dotnet.general/msg/a994611942aa87fe> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> With Deft Fingers, "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> Thanks Herfried.wrote: ><URL:http://groups.google.de/group/microsoft.public.dotnet.general/msg/a994611942aa87fe> That's where they are for sure. Interestingly enough, currently I cannot modify or delete any of the lines. Oh well... I'll try again next time I have to do a reboot. Regards, BruceF 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. -- Show quoteDennis in Houston "Mr. B" wrote: > With Deft Fingers, "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> > wrote: > > ><URL:http://groups.google.de/group/microsoft.public.dotnet.general/msg/a994611942aa87fe> > > Thanks Herfried. > > That's where they are for sure. Interestingly enough, currently I cannot > modify or delete any of the lines. Oh well... I'll try again next time I have > to do a reboot. > > Regards, > > BruceF > |
|||||||||||||||||||||||