I am navigating an external application with UIAutomation, but this can only get me so far.
Some objects don't appear or are not accessible until the mouse clicks on them or they are TABBED to, and I am using SendKeys to TAB to them.
I now need to get the window handle of the element that has the edit caret.
I can't find any examples of this, well not any in anything like VBA.
Please point me to some examples. Thanks.
Some objects don't appear or are not accessible until the mouse clicks on them or they are TABBED to, and I am using SendKeys to TAB to them.
I now need to get the window handle of the element that has the edit caret.
I can't find any examples of this, well not any in anything like VBA.
Please point me to some examples. Thanks.