Is there any way to copy the whole properties of a project to another one? (in any version of Visual Studios)
feedback
|
|
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" | |||
|
feedback
|