Page 1 of 1

How to change highlight color of combobox ?

Posted: Tue Feb 26, 2008 2:20 pm
by Anderson.OL
How to change highlight color of combobox ?

Of wbrowse I replace GetSysColor( COLOR_HIGHLIGHT) to nRgb(255,255,0) !

Posted: Wed Feb 27, 2008 8:26 am
by StefanHaupt
Anderson,

comboboxes are common controls of windows that use the system color. I think it´s not possible to change only the color of a single control.

Posted: Wed Feb 27, 2008 11:42 am
by Anderson.OL
StefanHaupt wrote:Anderson,

comboboxes are common controls of windows that use the system color. I think it´s not possible to change only the color of a single control.
Ok!

Thanks ;)