Skip to content

Enumthreadwindows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #188242
    Newbie
    Member

    😀

    The EnumThreadWindows function enumerates all windows associated with a thread by passing the handle to each window, in turn, to an application-defined callback function. EnumThreadWindows continues until the last window is enumerated or the callback function returns FALSE. To enumerate child windows of a particular window, use the EnumChildWindows function.

    My Goal: get the handle of the admin console of paltalk #32770, which is the child of the window class. Normaly, this API will grab all the child windows on a thread. Event those windows are not visible on user. However, it does work on other app but not on paltalk. I’m working on it. Anyone want to join ?

    #188243
    Departure
    Member

    yeah but the problem is , there a some controls which have the same name, it would easyer if they all had diffrent names (handels) anyway have a go and you will see what i mean, I have already tryed this before, that how findwindowwild function came about :O)

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.