Click to See Complete Forum and Search --> : CComboBox


May 20th, 1999, 10:13 AM
I have a Combo Box that I have created with the Dropdown style. As I change text in the edit area, I would like to update the text in the Combo Box list that applies to the current selection. Does anyone know how to do this? What is the call to change the text of a specific Combo box item?

June 1st, 1999, 07:57 PM
I suggest you use the update notification from the edit bos to detect when the entry is to be changed, then use GetLBText and SetLBText to change the entry in the list.