Since there is no "Save as" in Visual Basic 2008 (and possibly later versions), what's the alternative for creating a new version of a project or saving to a backup disk?
I tried copying and pasting the folder structure of my project on one occasion and then just renaming files to make a new project, but this didn't work. From Googling this, it seems you have to fiddle with some of the files which contain information about file names and locations to make a new project.
Is there a simpler alternative? Is it easier to just create a new project, add files, and then just copy and paste text from .vb files? How could I copy and paste controls from forms?
I tried copying and pasting the folder structure of my project on one occasion and then just renaming files to make a new project, but this didn't work. From Googling this, it seems you have to fiddle with some of the files which contain information about file names and locations to make a new project.
Is there a simpler alternative? Is it easier to just create a new project, add files, and then just copy and paste text from .vb files? How could I copy and paste controls from forms?