Listview sorting corresponds with checkbox help

melvados

Member
Joined
Aug 6, 2008
Messages
5
Programming Experience
Beginner
Hi experts and all, currently learning vs 2005, so can considered to be pretty noob in this area. Anyway, I apologised if I have set this thread in the wrong section.

I have encountered and in need of some help with checkboxes and listview. Just started to learn vs05 programming. This is my first thread by the way...

I have attached a picture below, a simple example.

I wanted it to be able to sort out the data by using the check boxes and the listview and i am really stuck. Basically, in the list view, there are 4 Columns : A (Name), B(Class), C(Rank) and D(Date), and they are needed to be 'connected' with the checkboxes.

User select A, the data will be sorted by names, if B is selected then sorted by class, C selected then by rank and the same goes with the date.

Have checked the ListViewSorterproperty example but I understand its concept but not the idea of how it can be able to link to the checkboxes.

Please do help me. I lost.
 

Attachments

  • chkbox.JPG
    chkbox.JPG
    5.4 KB · Views: 41
Back
Top