I needed information about the controls in a Windows Explorer window for a project (Windows Explorer right pane) I'm working on. It was easy to get the information with this CUIAutomation2.au3 UDF. Here is the code I used. It's very simple. The elements of the Automation tree are extracted with a recursive function. The parent-child relationships of the controls are printed in Scite console in a hierarchical structure like a treeview. This gives a nice overview. #include <WinAPI