|
-
May 20th, 1999, 10:13 AM
#1
CComboBox
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
#2
Re: CComboBox
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|