Clean up Designer.vb file in Visual Studio 2008 - Stack Overflow most recent 30 from stackoverflow.com2009-12-11T16:28:58Zhttp://stackoverflow.com/feeds/question/59418http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/59418/clean-up-designer-vb-file-in-visual-studio-20081Clean up Designer.vb file in Visual Studio 2008Bryan Roth2008-09-12T16:15:27Z2008-09-12T16:28:03Z
<p>I noticed that my Designer.vb file of one of my forms has <strong>a lot</strong> of controls that aren't even used or visible on my form. This is probably from copying controls from my other forms. Is there a way to clean up the Designer.vb file and get rid of all the unused controls?</p>
<p>**UPDATE: This is for a Windows Form project.</p>
http://stackoverflow.com/questions/59418/clean-up-designer-vb-file-in-visual-studio-2008/59440#594402Answer by chrissie1 for Clean up Designer.vb file in Visual Studio 2008chrissie12008-09-12T16:26:26Z2008-09-12T16:26:26Z<p>The only real solution I see is to copy all the controls into a new form by selecting them in the designer. This way all the not created controls should not follow you to the next form.</p>