Combo box problem
I have a combo box with twelve elements in it, and i would like to know how to have one specific element selected as default. For example using the list control during the load event:
if list(i)="something" then list.selected(i)=true
but with the combo boxes i can't do this, because they don't have selected method :(
any suggestions should be appreciated
|