I want to sort a list box values. Using the sort property. It sort of works but has some bugs. for example this is how it is displayed. Not in order...
The output is in the expected order. You add strings to a listbox and LBS_SORT (or LBS_STANDARD) style sorts alphabetically - as strings! Strings are sorted left to right by character not numerically.
I would really like to figure this out on my own but I'm stuck. Trying to read values from the listbox control and display its value in a numericalupdown control. Everything needs to be in hex.