Clean up Designer.vb file in Visual Studio 2008 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T16:28:58Z http://stackoverflow.com/feeds/question/59418 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/59418/clean-up-designer-vb-file-in-visual-studio-2008 1 Clean up Designer.vb file in Visual Studio 2008 Bryan Roth 2008-09-12T16:15:27Z 2008-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#59440 2 Answer by chrissie1 for Clean up Designer.vb file in Visual Studio 2008 chrissie1 2008-09-12T16:26:26Z 2008-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>