Click to See Complete Forum and Search --> : VB - Delete Recent Projects
agmorgan
Jul 7th, 2003, 03:05 PM
I have made a program to enable you to easily delete recent VB6 projects
without having to go into the registry and fiddle around with renumbering
all the shortcuts etc
You need to compile it as it wont work if an instance of VB is running.
Thanks to all the people on here whose code I have copied/modified
in order to make this work! :)
NEW VERSION AVAILABLE
http://www.vbforums.com/showpost.php?p=2651368&postcount=11
apps_tech
Jul 7th, 2003, 03:35 PM
you can possibly post this in the visual basic code bank too...
Pirate
Jul 7th, 2003, 03:36 PM
And you can consider making it as add-in to integrate with the IDE . Just a thought ...:)
MartinLiss
Jul 7th, 2003, 03:52 PM
Would you like me to move the thread to the CodeBank?
agmorgan
Jul 8th, 2003, 04:45 AM
Sure! Move it to the codebank.
I think I will have to read/copy a few more posts before I make it an addin though.
Ive never done anything like that before.
Feel free to modify it if you know how to integrate with the IDE
dis1411
Sep 5th, 2003, 12:36 AM
how can u make it an addin for vb when it requires that vb isnt running?
agmorgan
Sep 5th, 2003, 03:34 AM
It will need modifying and not be a straight conversion.
The reason it requires that VB isn't running at present is that VB writes
to the registry as well and it screws the numbering up.
I was lazy and found it easier to put the check for VB running in rather
that figure out how to get around the problem above :D
Pirate
Sep 5th, 2003, 12:07 PM
Originally posted by dis1411
how can u make it an addin for vb when it requires that vb isnt running? Search howto in here : http://www.vbforums.com/search.php?s=
dis1411
Sep 5th, 2003, 01:32 PM
well agmorgan i could make it an addin lickety split if u fix said problem
PeterHartveld
Feb 15th, 2005, 12:01 PM
Hmm, I've searched around a bit, but the only things I could find were apps that used timers to check the registry.
Not ideal.. :(
agmorgan
Oct 12th, 2006, 04:23 AM
Updated version with a few extra features
e.g. do the projects still exist?
automatically remove missing files
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.