I have a combobox which doesn't have the CBS_SORT style and after adding some items I'd like to offer the ability for the user to sort it alphabetically by clicking on a given button.
How can I sort the combobx after it has been created and some items added to it ?