Setting Dropdownlist Combobox to ReadOnly?

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Is there a way to set a dropdownlist combobox to ReadOnly?
I know there is a way to set a dropdown combobox, but it
involves casting the combobox to CEdit. I want to avoid
casting if possible because it may be unstable. I do not
want to use the EnableWindow function because it has a
gray font. Anyone know how to do this?
 
Back
Top