up vote 1 down vote favorite
share [g+] share [fb]

I noticed that my Designer.vb file of one of my forms has a lot 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?

**UPDATE: This is for a Windows Form project.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
Thanks! That was a good idea! – Bryan Roth Sep 12 '08 at 19:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.