vote up 1 vote down star

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.

flag

1 Answer

vote up 2 vote down check

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|flag
Thanks! That was a good idea! – Bryan Roth Sep 12 '08 at 19:42

Your Answer

Get an OpenID
or

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