T
Theo van der Ster
I just changed the background color of my user forms (dialog boxes)
like so:
Me.BackColor = RGB(231, 244, 255)
That works fine but it doesn't do anything for the user forms that have
pages. I tried:
MultiPage1.BackColor = RGB(231, 244, 255)
and that works too but only for the small strip of color behind the
pages. The pages themselves remain a dull grey. Is there any way to
change their color? I don't see anything in the properties but I cannot
imagine that this isn't possible if you can change the color of every
other control on the form.
Any ideas are very welcome,
Thanks in advance,
Theo
like so:
Me.BackColor = RGB(231, 244, 255)
That works fine but it doesn't do anything for the user forms that have
pages. I tried:
MultiPage1.BackColor = RGB(231, 244, 255)
and that works too but only for the small strip of color behind the
pages. The pages themselves remain a dull grey. Is there any way to
change their color? I don't see anything in the properties but I cannot
imagine that this isn't possible if you can change the color of every
other control on the form.
Any ideas are very welcome,
Thanks in advance,
Theo