ComboBox TextChanged event has no effect...?

  • Thread starter Thread starter Michael A. Covington
  • Start date Start date
M

Michael A. Covington

I want to validate the contents of a ComboBox, and if the user has chosen
one particular item ("Other"), change the text from "Other" to "Type
here...".

This doesn't seem to work. The even is firing but resetting the text has no
effect. What's going on?
 
Back
Top