Finding text boxes on remote programs
We use an app at work called "Remedy" and it is for data logging. I am writing a program to automatically fill in the blanks with common information by using appactivate and sendkeys to type and tab between fields. Just wondering if it is possible to have my app actually find a field, then put the text there rather than tabbing blindly through and sending keys to the app.
Another Q i have, whenever Remedy loses focus, and you activate it by clicking on it on the task bar, there seems to be no way th get the cursor to show up unless you click on a field. However, when that specific windo is opened, the cursor is by default in the top field. I guess if i can make my app find the fields, that would also resolve this problem, but in the meantime, I have to click on the first field after appactivate brings remedy to the front, then use my app to input data.