J
Jeff
I have created a panel (or groupbox) control on top of my form control.
I have placed a label inside.
I have set the visible property of the panel (or groupbox) to false.
During execution, I want to display the text of the label inside the panel
(or groupbox) as a message to the user on top of my form.
When I set the panel (or groupbox) to visible at runtime, the label text
inside is either not visible or grayed.
Why? How to resolve?
I have placed a label inside.
I have set the visible property of the panel (or groupbox) to false.
During execution, I want to display the text of the label inside the panel
(or groupbox) as a message to the user on top of my form.
When I set the panel (or groupbox) to visible at runtime, the label text
inside is either not visible or grayed.
Why? How to resolve?