EnumChildWindows doesn't return direct children

Posted by user156144 on Stack Overflow See other posts from Stack Overflow or by user156144
Published on 2010-05-19T00:56:08Z Indexed on 2010/05/19 1:00 UTC
Read the original article Hit count: 215

Filed under:

Hi, I am trying to create an application that dumps all processes and their children controls to a text file. I used EnumChildWindow but it visits all children including children's childdren. I can't create hierarchy using this method. Is there another way of doing this?

Thanks

© Stack Overflow or respective owner

Related posts about hierarchy