How to enumerate all windows within a process?
- by Sergey Osypchuk
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