Change back color to the whole application after the fact....

  • Thread starter Thread starter AndreasO
  • Start date Start date
A

AndreasO

I don't like the back colors of the application I picked initially. Now I
have a lot of forms I and whish to change the back color. Is there a way to
change it to all forms at once instead of one by one?

Thanks
Andreas
 
I don't like the back colors of the application I picked initially. Now I
have a lot of forms I and whish to change the back color. Is there a way to
change it to all forms at once instead of one by one?

Thanks
Andreas

A lot may mean one thing to you and a different thing to someone else.

You could use code to cycle through the forms collection, opening each
form in design view, and changing the colors there. However, make sure
you know what you are changing. Is it the back color of each section
of the form you need to change, or the picture property of the form
that is determining the color? The Picture will over-ride the section
backcolor.

I'd suggest you manually test one form to see what has to be done.
 
Back
Top