Reputation: 1333
I'm trying to copy and past a form within a project using Visual Studio.
I've managed to copy and past the form (right clicking in the Solution explorer > Copy; Right click again paste) I can change the name of the new form in the Solution explorer. But when I select the form [Design] I can't change the name property without changing the name property in the original form. Somehow the two are linked. What am I doing wrong?
I hope this all makes sense.
Upvotes: 0
Views: 129
Reputation: 20775
Exclude all files of that form from project and then include again.
You can perform the include steps after reopen the project.
Upvotes: 2