I have a CListctrl on a dialog with five columns :
- Name of the file
- Size of the file
- Extension of the file
- Version of the file
- Last modified date of the file
I should provide user the option of sorting any column based on which all the other columns should get sorted.
I don't know how to proceed ?
I have all the data in a vector.