I wanted to know what is the ListBox currently selected Column and was hurting a wall.
Then, I watched carefully the SortColumn and found that I can use that to store the “Sorted Column” # in a property and use it as the currently selected column.
OK, if no column is sorted, I will get 0, and after all, I can consider that Column #0 is the currently sorted column !
Am I right in doing that ?
What is your feeling ?