Heya,
I read a lot on ListView editing by mouse-clicks today, finally i figured out how to get the row-number/column-number of ListView Items/SubItems!
Okay, I am now able to edit a ListView item using
_GUICtrlListView_EDITLabel($hListView, $iIndex)
which allows me to edit ListView item's by double-clicking them using a $WM_NOTIFY function.
But how do I edit ListView SubItems? Since _GUICtrlListView_EDITLabel($hwnd, $index) only takes the $index, I am only able to go "down" through the