Results 1 to 3 of 3

Thread: Need all Open Windows Handles

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    12
    Hi
    Can Ane1 tell me how to get all Handles from open the current windows ?

    thanks
    alex

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554

    Wink

    How is your recursive programming?

    Basically you start with the desktop as it is the daddy/mummy (hehehe)window and loop through each chlid on/in there one ata a time.

    and you must check if each child is a parent window itself, and if it is then process all of it children and its childrens children (etc) and then and only then proceed to to the next window.

    So you see its all a question of recursion...

    And that naturally makes me finish with....

    To Recurse or Not To Recurse.....


    DocZaf
    {;->

  3. #3
    Lively Member
    Join Date
    Sep 1999
    Location
    Guayaquil, Guayas, Ecuador
    Posts
    87
    Use EnumWindows api

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width