A very annoying IDE problem has occurred to me in VS 2005 Express Edition Beta. I cut and pasted some controls on a form but they do not appear in the designer IDE. Also, when I compile my app they are not there. However, in the Properties window I can select the controls.

When I add this code to my Form_Load event, I do see the controls.
Code:
SplitContainer1.Parent = Me
So the controls are on the form, but not visible. Is this a bug? Can anyone help me out? This is driving my crazy...