Hi,
let me know how do I set by default an item(existing in the list) in the edit control of the combo(whose style is drop-down-list).
babu
giri
Printable View
Hi,
let me know how do I set by default an item(existing in the list) in the edit control of the combo(whose style is drop-down-list).
babu
giri
If you know the item's index, just use SetCurSel().
If you don't know the index, call FindString, then use its return value in SetCurSel().