Copying winforms between projects in Visual Studio

后端 未结 18 2123
天涯浪人
天涯浪人 2020-12-13 18:16

What is the best way to copy or cut/past a form from one Project to another Project within a Solution in Visual Studio?

Whenever I try it, using the solution explore

18条回答
  •  一整个雨季
    2020-12-13 18:30

    In visual Studio 2015, click on solution explorer and right click on mouse Add->Existing Item and select from another project which form you want to add like Form.cs and automatically Form.designer.cs , Form.resx will be added

提交回复
热议问题