I have a list view (first two colums are Name and Surname). Now I want to sort the items by alphabet. It should sort the names from A to Z and if the Name is teh shame it should sort it by the surname, too.
I know about the _GUICtrlListView_SimpleSort() Function, but that only sorts one column....