Hi,
I have been trying to wrap my head around how to control child windows in other applications. I have several examples of code from various sources and some of it works to control the main windows but im at a loss to figure out how to get control of the child windows.
The object is simply to close the child windows of a different application. I don't need to be able to close the main window.
I guess I just need an idea of how to call the commands to get the window and close it... any suggestions?
Maybe some examples.?
I would appreciate any help, and I have tried various approaches to this issue like using send keys, which are nice if i know exactly whats going to come up, but i need something that could police an application to close the child windows it produces.
Thanks for any help.