how to copy and paste form in the same application (using c# wins forms)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right-click on the form and click COPY, then right-click on your project and click PASTE. This will add a copy of the form to your project. In order to compile, you then have to change the name of the form to something else (in the main CS file and also in the .designer.cs file).