C# .NET - change backcolor of read only combo box

Asked By forces forcesl on 18-Jul-05 05:35 AM
How to change the  backcolor of a read only(disabled) combo box in c#.net
.just writing :
     this.comboBox1.BackColor  = System.Drawing.Color.FromName("pink");
 does not change the backcolor

how to change backcolor of readonly combobox

Asked By forces forcesl on 18-Jul-05 08:33 AM
How to change the backcolor of readonly OR Disabled Combobox ?