views:

903

answers:

1

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.

+2  A: 

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.

chrissie1
Thanks! That was a good idea!
Bryan Roth