views:

19

answers:

2

Simple situation, really. Using the form designer in VS2005, I placed a label on my form, and then deleted it's text. Now there's no way I can find to select the label. I assume it wasn't deleted; where can I find it?

+1  A: 

If you look in the properties window there should be a dropdown of all the controls on the form. You can select a control you can see and then you should see that control in the dropdown list. Then open the list and find the control you are looking for.

spinon
Oh great, this is simple and easy. Thanks!
FellowMD
A: 

View --> Other Windows --> Document Outline

csthopper
This is even more helpful. This is really what I was looking for.
FellowMD