Hello, I just started a new project in AutoIT, however i encountered a small problem. How can i catch the click event on a ListView (or one of it's items). I tried by checking it via GUIGetMsg (). This will not work when clicking an item. I also tried by creating a function and adding it to the main while loop and checking the click by GUIGetCursorInfo () and _IsPressed ("01") functions, this seems to work, but only when the item is double clicked. Any workarounds for this ? Thanks.