I am trying to create an application that dumps all processes and their child controls to a text file. I used EnumChildWindow, but it visits all children, including children. I cannot create a hierarchy using this method. Is there any other way to do this?
thanks
a source
to share