dennis g
11-03-2001, 01:48 PM
Whenever I open a particular form in form view, the labels and the text boxes in the lower section of the form have white backgrounds instead of gray. What causes this?
|
View Full Version : Labels Reversing Color (?) dennis g 11-03-2001, 01:48 PM Whenever I open a particular form in form view, the labels and the text boxes in the lower section of the form have white backgrounds instead of gray. What causes this? R. Hicks 11-03-2001, 01:58 PM If the form's Backcolor is gray .... then set the "Back Style" property of each of the controls to "Transparent". This will allow the form's Backcolor to show through the controls. HTH RDH |