Hi everyone,
My question is how to deal with the situation when parts of an application GUI are written by a thrid party? Because in this case the Window Info doesn't help much. The GUI parts I'm talking about are things like Control Bar, Tab Window, Page Container. Information I get from the Window info is not enough for identifying items within the third-party contol bar, like clicking its items, for example. The control bar is written is Visual C++ using MFC. So how can I communicate with the third party stuff?
Thanks