For a while I've been struggling with this problem: when user double clicks an item in a ListView or presses enter key while one is selected, I wanted a certain action to be performed. The normal way to accomplish this would be to respond to LVN_ITEMACTIVATE notification message, sad thing - AutoIt would never send this (or WM_KEYDOWN, WM_KEYUP for that matter) when enter is pressed. An extensive research in these forums and on the Net brought up different proposals how to solve it, ranging f