Is there any way to copy the whole properties of a project to another one? (in any version of Visual Studios)
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
You can check out the design-generated code in formname.Designer.cs (.cs for C#), copy that to your new projects designer.cs and replace the names. It's under the region named "Windows Form Designer generated code" |
|||
|
|