Just a quick question here for VB.NET developing with Visual Studio.
I have an existing project (Project A) and I want to use portions of it as a foundation for another related project (Project B). How can I safely copy Project A to another location, rip out unnecessary forms, code, etc, then rename and start developing Project B.
Blindly tried this before and lost various elements that were obviously....eh...important :(
Appreciate your recommendation, suggestions,