G
George Nicholson
A client wants to change the color scheme for 50+ forms.
1) Anyone know of an already existing tool available to assist with this
before I try to create my own? [ Cause I sure ain't about to do it all
manually ]
My biggest concern (other than boredom) is that the form background will be
changing from Black to White and I'm a little worried about overlooking
labels/controls that currently have white forecolor or backcolor, so I need
to make sure I catch everything.
2) Is there a way to set a series of constants via code that can be plugged
into Backcolor, Forecolor properties sort of like creating my own set of
Windows color scheme constants? I figure, as long as I'm doing this I might
as well be prepared for the client to want to change their color choices yet
again (which, based on the current choices, I suspect they will be doing).
It would be nice to be able to just change the value of a set of constants
and have the app colors change (without changing the Windows color scheme).
3) I currently have a small (embedded) logo that is appearing on all forms
and reports. Is there a better way to set that up to be easily replaced? I
don't want to link to an external file, but I'm wondering if I can link to a
single instance of the logo stored somewhere in the mdb rather than
embedding/storing it 50+ times.
1) Anyone know of an already existing tool available to assist with this
before I try to create my own? [ Cause I sure ain't about to do it all
manually ]
My biggest concern (other than boredom) is that the form background will be
changing from Black to White and I'm a little worried about overlooking
labels/controls that currently have white forecolor or backcolor, so I need
to make sure I catch everything.
2) Is there a way to set a series of constants via code that can be plugged
into Backcolor, Forecolor properties sort of like creating my own set of
Windows color scheme constants? I figure, as long as I'm doing this I might
as well be prepared for the client to want to change their color choices yet
again (which, based on the current choices, I suspect they will be doing).
It would be nice to be able to just change the value of a set of constants
and have the app colors change (without changing the Windows color scheme).
3) I currently have a small (embedded) logo that is appearing on all forms
and reports. Is there a better way to set that up to be easily replaced? I
don't want to link to an external file, but I'm wondering if I can link to a
single instance of the logo stored somewhere in the mdb rather than
embedding/storing it 50+ times.