Hi,
I have a problem with string sorting of the AutoCompleteStringCollection linked to a textbox.
I insert the strings in the AutoCompleteStringCollection in a given order.
In fact if I try to read values in the collection (myCollection[0], myCollection[1], myCollection[2], etc.) they are in the right order.
However when I type text in the textbox, the suggested values are ordered alphabetically.
Is there a way to avoid this ? I need values in my order.