I am trying to use the change the background color of data controls like, data combo, flexgrid, datalists, etc in a procedure but they don't seem to work when the color is identifed like
ControlBackColor = vbWindowBackground
but it does work with code
ControlBackColor = vbRed
what is the login behind this or is there somehwere I can find out which controls can use the system colors and which require an actual color from the color palette?
ControlBackColor = vbWindowBackground
but it does work with code
ControlBackColor = vbRed
what is the login behind this or is there somehwere I can find out which controls can use the system colors and which require an actual color from the color palette?