Monday, October 20, 2008

Sorting in ListView VB6

I have 2 line of codes in sorting a listview.


Try to add this codes to your listview_columnclick

listview1.sortkey = columnheader.index - 1
lstview1.sorted = true

No comments: