Hi to all...
In a MFC application,
I need to change the background color of a drop down list - combo box control.
IDC_MYCOMBO is the resource id and
m_myCombo is the name of the control.
I need to change the backcolor programmatically.
Is there a way to achieve that?
Thanks