How to enumerate all windows within a process?

Posted by Sergey Osypchuk on Stack Overflow See other posts from Stack Overflow or by Sergey Osypchuk
Published on 2010-02-17T14:30:13Z Indexed on 2010/03/28 4:03 UTC
Read the original article Hit count: 384

Filed under:
|
|

I need to capture particular windows of 3rd party process. I can find main window handle as Process.MainWindowHandle, but what I can use to list other windows?

I am using C# / .NET

© Stack Overflow or respective owner

Related posts about Windows

Related posts about process