Change the color of a column header in a list box on a form

F

Franko

I have 2 list boxes with column headers, but the headers are the same color
as the text. how can I change to color of just the headers?
 
S

Seth Schwarm

Franko:

Consider turning off the header and place labels above the list box columns
with the appropriate caption/text in them. Format the labels however you
like. Otherwise I think you are out of luck. I have never seen or heard of
a way to change the colors of headers.

I am not saying it is impossible; but rather, I don't think you would even
want to read the code it would take to accomplish it.

Seth
 
Top