We use Windows Form1.h to interface an existing C++ program. The existing program is changed by other people and I have to update the interface. To do that I copy all folders of the older project to a different place and then introduce the changes there.
The problem is, that it is difficult to tell what version I'm working on since the name at the top of the Visual Studio IDE is the same as the earlier version.
-what do I change to see a different name at the top?
-is duplicating folders the best method for making new versions?
Walt