How to get all hWnd controls?

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
Thanks. EnumChildWindows(), that worked for me
Topic archived. No new replies allowed.