Extracting Window Contents
Posted
by user293392
on Stack Overflow
See other posts from Stack Overflow
or by user293392
Published on 2010-03-17T01:17:44Z
Indexed on
2010/03/17
1:21 UTC
Read the original article
Hit count: 394
I need to extract window content if this is based on text, or at least the file path associated to that window. To-date, I have considered: 1. win32api 2. 3rd party libraries 3. wrapper classes
However, I am not satisfied with the solutions. So any ideas how this can be done in a clean way?
© Stack Overflow or respective owner