Forms Background

T

Tim Halpin

Is it possible to change the background of a form to plain
white, instead of the preset designs. If it is possible
how can this be done.
 
F

Fredg

Tim,
Set the backcolor property of each section of the form to 16777215.
If there is a picture on the form, also set the Form's Picture property to
(None).
 
T

Tim Halpin

I understand that, but when setting uo a form via the form
wizard you have to select a style of form, this style
gives you a preset background and i want to remove this
and replace with a plain white background.
 
Top