How to set Color for non editable ComboBox ?
Posted: Tue Nov 11, 2003 12:01 pm
I'm writting a small lib to set color to combobox.
It's oK when i use for example this combo :ComboBoxGadget( 3, 10, 70, 180, 120, #PB_ComboBox_Editable )
But without #PB_ComboBox_Editable flag, there is no color for the non editable edit control. I try to process #WM_CTLCOLORSTATIC in the callback, but without succes.
I never get this msg in the callback.
Any idea ?
Tks
Denis
It's oK when i use for example this combo :ComboBoxGadget( 3, 10, 70, 180, 120, #PB_ComboBox_Editable )
But without #PB_ComboBox_Editable flag, there is no color for the non editable edit control. I try to process #WM_CTLCOLORSTATIC in the callback, but without succes.
I never get this msg in the callback.
Any idea ?
Tks
Denis