Salute. How can I keep the text color of a combo box when I disable it?..As the text gets DIMMED when I do the following : ComboBox1.Enabled = False Do i have to inherit the control to make one of my own and override something there? Thanks In Advance