Windows Develop Bookmark and Share   
 index > Windows Forms Designer > How to make a copy of a Form?
 

How to make a copy of a Form?

What's the best way to make a copy of a form? IOW, after creating Form1, I would like to make a copy of it so I can tweak it, etc.

File | Save Form1.vb As... is not the behavior I want because the original form no longer appears.

TIA
peterg12345  Thursday, March 06, 2008 1:25 AM

Right click on the form in the solutions explorer and choose copy. Then right click and choose paste where you want it to go...

jbaird-pa  Thursday, March 06, 2008 1:52 AM

Right click on the form in the solutions explorer and choose copy. Then right click and choose paste where you want it to go...

jbaird-pa  Thursday, March 06, 2008 1:52 AM

You can use google to search for other answers

Custom Search

More Threads

• How to get the ListView header name in C#?
• VS 2008 Designer not executing default constructor anymore?
• Rendering controls in VS Designer can take up to several minutes in VS 2008.
• Using SnapLines from child controls of custom user control?
• How to code while pressing the Ctrl+Tab Key in Windows Form?
• TabControls/TabPages wierd problem when hosting Form Designer
• Grid Layout and control positioning
• Is this possible
• Code generation ANNOYANCE
• How to make designer not to change anything in existing InitializeComponent method (designer code) ???