Hey All,

I know this is a common problem, but I don't know the "official" solution.

Basically, I have some controls on a Panel in my form. Sometimes, when I change a property of the controls (say, Flatstyle) ALL of the controls disappear from the Form Designer.

What's happening? Well, all of the control definitions are still in the code, but the Panel1.Controls.Add(...) line of code was removed by the IDE. I tried putting those lines in myself, but the next time I change a property, bink!

What am I missing here?

Thanks,

Ben