Is there any way to copy the whole properties of a project to another one? (in any version of Visual Studios)

link|improve this question
What version of VS are you using? – Hello71 Jul 11 '10 at 1:32
feedback

1 Answer

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"

link|improve this answer
Thanks, but I'm using C++. I had to mention this before ! – Hosi Jul 8 '10 at 13:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.