I'm trying to enumerate all controls inside a window using user32.dll
, but I don't know exactly what I need to do.
I'm using EnumWindows
and EnumChildWindows
, but it doesn't retrieve all controls inside a window.
I want to get the text of some labels in a Delphi application.
I tried using Spy++, but it doesn't list too.