How to get all hWnd controls?

Feb 13, 2012 at 3:44pm
Hi
I have a STATIC control containing other STATIC controls created dynamically. Their number can vary and I want to get their ID or handlers. I wonder if there's a function that can be executed inside a loop and get all the main STATIC's child controls.
Last edited on Feb 13, 2012 at 3:45pm
Feb 13, 2012 at 3:57pm
Feb 13, 2012 at 4:07pm
Thanks. EnumChildWindows(), that worked for me
Topic archived. No new replies allowed.