How to tell when EnumChildWindows has finished

P

pigeonrandle

Hi,
This could also be read as 'Does the EnumChildWindows callback block
the rest of my application until the enumeration has finished?'.

Basically i want to create a treeview similar to spy++... and i don't
want to start building the tree until all the windows have been
enumerated (obviously).

Cheers,
James.
 
P

pigeonrandle

Me again,
After setting some breakpoints, it certainly appears that
EnumChildWindows blocks until the enumeration has finished. Of couse,
some intellectual backup would be nice ... any API guru's want that
honour?!

James Randle.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top