I have several listviews in my VB6 application that are filled with data from an Access database. I have the "AllowColumnHeaderReorder" value set to true. This allows me to change the arrangement/order of the Columns and display the information, but it does not save this order for future views. Each time a new set of data is displayed, I have to rearrange the columns again.
Is there sample source code available that would allow a user to select what columns are displayed, in a listview, and in what order, and have those selections saved to an ini file, or someplace else?
The VB6 "Reference Listview" is an example of what I'd like to use to set these display settings. Then when the listview loads the data, it will be in the correct order.
Thank you in advance.![]()




Reply With Quote