isn't there a way to access windows that are opened in a directx program? I know that in non-directx applications, you can query the operating system for the window handles and access them externally. Is there something analogous to this with directx apps?
alternatively, do you think there might be a way that i could get it to log this info in a text file (which I can then parse)? Does directx keep any kind of log file of the text data that it writes to its apps? Or, i know that FFXI keeps some logs of chats and stuff...might there be some way (using scripting probably) to dump the info of the desired window into a private /echo chat line by line, which FFXI automatically logs for you? i.e., position the "cursor" on an item and then use some scripting command (though I don't know what it would be) to automatically type out the contents of the cursor's selected item. some creativity may be necessary, but i feel like there's got to be some way to extract text data from a directx app without reverse-engineering the software... though i could just be plain wrong
