How can I get the Handle for all windows of an external program and their titles? There is a property for it in process class but thats only for Mainwindow but I am looking for a way to find it for all windows of that process.
Printable View
How can I get the Handle for all windows of an external program and their titles? There is a property for it in process class but thats only for Mainwindow but I am looking for a way to find it for all windows of that process.
I found it
EnumWindows and EnumChildWindows
and found a class library in C# utilizing those here