I have a combo box CBS_DROPDOWNLIST
control filled with numeric values. I'd like for the user to be able to type multiple characters to set the value but this only works if I specify the CBS_SORT
flag which sorts the value 10 before 2.
Is there a way I can get typing working correctly while keeping my values sorted numerically?