Editing an existing windows application, in Visual Studio 2005, which has
several panels. Text boxes & labels, associated with some of the panels,
only show up as outlines in the Design view. Their actual text is not
displayed. What could cause this?

One thing that these controls have in common, is that their parent panel, is
not the first panel. Those labels that refer to the primary panel, do show
up in the Design view.

Re: Design view NOT displaying controls by Jack

Jack
Sun Jul 20 02:14:45 CDT 2008

On Sun, 20 Jul 2008 02:44:45 GMT, nkistrup@comcast.net wrote:

>Editing an existing windows application, in Visual Studio 2005, which has
>several panels. Text boxes & labels, associated with some of the panels,
>only show up as outlines in the Design view. Their actual text is not
>displayed. What could cause this?
>
>One thing that these controls have in common, is that their parent panel, is
>not the first panel. Those labels that refer to the primary panel, do show
>up in the Design view.

I have found that sometimes when this happens, selecting the panel in
the Properties window and then clicking on the panel in the design
window will make its children display.

Re: Design view NOT displaying controls by Jeff

Jeff
Sun Jul 20 02:48:35 CDT 2008

On 20/07/2008 in message <8N6dnVLQKtcBOx_VnZ2dnUVZ_gCdnZ2d@giganews.com>
nkistrup@comcast.net wrote:

>Editing an existing windows application, in Visual Studio 2005, which has
>several panels. Text boxes & labels, associated with some of the panels,
>only show up as outlines in the Design view. Their actual text is not
>displayed. What could cause this?

I had that on occasions in VS2005, it doesn't (seem) to happen in VS2008.
Does closing/restarting VS help?

--
Jeff Gaines Damerham Hampshire UK
"Why is it that when we talk to God we're said to be praying,
but when God talks to us we're schizophrenic?"

Re: Design view NOT displaying controls by nkistrup

nkistrup
Sun Jul 20 06:11:26 CDT 2008

Thanks guys,

A co-worker figured it out: I was trying to bring the panel w. the 'hidden'
controls to the front. The trick is to send the other panels to the back!
Live & learn.

Niels