I need to identify any control (child window) of a given parent window. I tried using the window identifier with GetWindowLong(..., GWL_ID) and this id seemed to be unique.
But now I have a parent window with three buttons and all controls have the same window identifiert . Is there any other was to identify a control?