Find all UI elements (like UI Spy from Visual Studio)

delphi package - easy access to kernel objects etc.
Post Reply
brian
Posts: 45
Joined: Fri Feb 29, 2008 11:12 am

Find all UI elements (like UI Spy from Visual Studio)

Post by brian »

Is there any way through IProcess to get all the UI elements of a process?

like this:

http://i31.tinypic.com/2h560px.jpg
http://i28.tinypic.com/2jdh05v.jpg
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Nope. madKernel enumerates top level windows only, not child windows.
Post Reply