I need to display text string items alphabetically in a list box control after they are added randomly from a database. I am not able to know the content of the items ahead of time or even how many items are to be added into a list box. Do I have to write
code that will sort each item alphabetically before they are added to a list box?
Maurice
Go to the complete details ...