S
Steve
I am finding that I'm adjusting the colors and font sizes on all my controls
to achieve the look that I want. Without getting into the topic of whether
or not this is a good idea, is there a way to change the default colors for
all controls at the application level? (IE: I drag a label control onto a
form and it's next is the shade of grey that I want?)
I know I can change the windows system colors and this will effect my app as
well, but I would like to just change the colors in my app.
I thought about adding entries in the ApplicationSettings then initializing
all my controls to that value, but that requires me to add code for each
control and creates a maintenance issue (deleting a control from the
designer will produce unknown types in my constructors, etc)
Maybe someone has some other tricks for me? Is there something built in?
Thanks!
to achieve the look that I want. Without getting into the topic of whether
or not this is a good idea, is there a way to change the default colors for
all controls at the application level? (IE: I drag a label control onto a
form and it's next is the shade of grey that I want?)
I know I can change the windows system colors and this will effect my app as
well, but I would like to just change the colors in my app.
I thought about adding entries in the ApplicationSettings then initializing
all my controls to that value, but that requires me to add code for each
control and creates a maintenance issue (deleting a control from the
designer will produce unknown types in my constructors, etc)
Maybe someone has some other tricks for me? Is there something built in?
Thanks!