Well, the title almost says everything. I have a target application that has a ListView on its GUI, I'm trying to hook the ListView's notify messages with my AutoIt script. The Notification that I want to hook is LVN_INSERTITEM, I'm want to get the text of every item that get added to the ListView. If it was on my own GUI, it was kindly easy to achieve the goal with GUIRegisterMsg(), but I have no idea about hooking another process's notification from my AutoIt process. Any help is greatly we