The problem is: I have two ListViews, the user can select items in one of the list and clicking a button can remove items selected from the list. Now, I need that when an item is removed from a ListView, the corresponding item is removed from the other ListView. I thought to use functions like _GUICtrlListView_DeleteItemsSelected, _GUICtrlListView_GetItemSelected, _GUICtrlListView_SetItemSelected... but I don't know how to use them together.. and in particular how to select in the second lis