c++ - 'Field Scraping' in Windows -


i want develop auditing application windows applications. want grab text messageboxes, windows, forms, selections etc , ideally program in c++.

i've looked windows ui automation possible solution, put off says need know parts of underlying data structures can't at. alternatively, i've looked around , neo's safekeys says protects against 'field scraping', upon searching can't find information on how done. experience please enlighten me? i'm aware can scrape websites , like, wish scrape applications instead.

any appreciated.

look using accessibility layer, msaa


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -