Hi
Can Ane1 tell me how to get all Handles from open the current windows ?
thanks
alex
Printable View
Hi
Can Ane1 tell me how to get all Handles from open the current windows ?
thanks
alex
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
{;->
Use EnumWindows api