Form background color

J

Jac Tremblay

Hi,
I built a form using the form Wizard and selected a style. Now, I want the
header to display in a different color but the color will not show. I tried
to find where the style is set so I can delete it but I can't find it.
Can someone help me on that subject please?
Thanks
 
F

fredg

Hi,
I built a form using the form Wizard and selected a style. Now, I want the
header to display in a different color but the color will not show. I tried
to find where the style is set so I can delete it but I can't find it.
Can someone help me on that subject please?
Thanks

The Form's Picture property will over-ride the form section's
BackColor. If you can get the Form's Picture Size Mode, Picture
Alignment and Picture Tiling to cover just the area you want, you can
then set the Form Header BackColor, otherwise delete the Form Picture
property, then select and set a backcolor for each section of the
from.
 
J

Jac Tremblay

Hi Fredg,
You are quite right. That was the trick: delete the picture property.
Thanks a lot.
 
Top