Is it really as complicated as this msdn article makes it out to be in vb.net:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q319399
I remember in VB6 you just had to do something like set the .sortkey to the column that was clicked, set if you want asc/desc and call .sort
I've searched around and most places point back to that msdn article about sorting a listview. Basically I'm wondering if there's a simple way to sort by what column is clicked.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q319399
I remember in VB6 you just had to do something like set the .sortkey to the column that was clicked, set if you want asc/desc and call .sort
I've searched around and most places point back to that msdn article about sorting a listview. Basically I'm wondering if there's a simple way to sort by what column is clicked.