I want to set the selection color of a listview... For example, I click a listview item and it turns hot pink instead of blue. Any ideas? I've tried looking at _GUICtrlListView_SetTextColor, _GUICtrlListView_SetTextBkColor and _GUICtrlListView_SetOutlineColor but the first two of those are for the whole listview and the third isn't what I want.