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


babu
May 8th, 1999, 12:28 AM
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

Bob Clarke
May 8th, 1999, 11:16 PM
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().