Sorting listview controls

L

Larry

I am creating an object array with results from a
recordset containing my data. Then, I use this object
array to populate a listview control on a form. I want
the user to be able to click on the column header of the
listview control to sort the result set by any column he
wants.

I know how to do this part but how do I re-sort my object
array to be coordinated with the new order of the listview
items? Any suggestions?

Thanks,
Larry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top