i wonder if its possible to create application that somehow look through all opened in windows(7,8,10) system forms(not only main forms but also its inside open forms) ? eg i have some application open and in it i have some forms is it possible to check if form of certain type is opened (or form that have ceratin text in form.text property. Or any other idea how to get info about what forms in application are open ? :)
I once have seen application, create by some guy, that app can open certain windows and click certain buttons in other application. that guy can't know what are name for forms or its buttons for that other application, so he must have checeked somehow which forms are opened in that other app and what controls it has.
So another question is how to check controls on opened forms (especiali i need to read some data from certain text fields from form that has certain text in header of window. ) . I pressume he use winapi but could you provide a help how to do that from c#?
Thanks for help:)