I want to sort my listview when the user clicks on the header.
I know about the listview sort command.
How do I capture the mouse click?
You do that in Function FORM1_LISTVIEW1_LVN_COLUMNCLICK.
Jean-Pierre Leroy has a nice example here:
http://www.planetsquires.com/protect/forum/index.php?topic=2026.msg19052
Rolf
Just what I needed, thank you.