Very simple class for backing up your entire VB projects. Backs up Project to a given directory, exactly like the source directory. Call the method with one simple line and you want ever have to worry if you saved that last procedure if VB crashes. Just remove the class before you compile the final build.
(Example: dbg.BackupProject "C:\Backup\VB\ProjectName")